mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Merge branch 'main' of ssh://codeberg.org/tmayoff/.dotfiles
This commit is contained in:
commit
f2a64ab35f
3 changed files with 12 additions and 3 deletions
|
|
@ -158,7 +158,7 @@
|
||||||
# // - "always", the focused column will always be centered.
|
# // - "always", the focused column will always be centered.
|
||||||
# // - "on-overflow", focusing a column will center it if it doesn't fit
|
# // - "on-overflow", focusing a column will center it if it doesn't fit
|
||||||
# // together with the previously focused column.
|
# // together with the previously focused column.
|
||||||
# center-focused-column "never"
|
center-focused-column = "on-overflow";
|
||||||
|
|
||||||
# Widths to cycle through
|
# Widths to cycle through
|
||||||
preset-column-widths = [
|
preset-column-widths = [
|
||||||
|
|
@ -379,7 +379,12 @@
|
||||||
# clip-to-geometry true
|
# clip-to-geometry true
|
||||||
# }
|
# }
|
||||||
|
|
||||||
outputs."eDP-1".scale = 1.0;
|
outputs = {
|
||||||
|
"DP-2" = {
|
||||||
|
# variable-refresh-rate = true;
|
||||||
|
};
|
||||||
|
"eDP-1".scale = 1.0;
|
||||||
|
};
|
||||||
|
|
||||||
binds = with config.lib.niri.actions; {
|
binds = with config.lib.niri.actions; {
|
||||||
# Keys consist of modifiers separated by + signs, followed by an XKB key name
|
# Keys consist of modifiers separated by + signs, followed by an XKB key name
|
||||||
|
|
|
||||||
|
|
@ -74,6 +74,11 @@
|
||||||
|
|
||||||
services.blueman.enable = true;
|
services.blueman.enable = true;
|
||||||
|
|
||||||
|
services.clamav = {
|
||||||
|
daemon.enable = true;
|
||||||
|
updater.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "America/New_York";
|
time.timeZone = "America/New_York";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,6 @@
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
godot
|
godot
|
||||||
|
|
||||||
calibre
|
|
||||||
claude-code
|
claude-code
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue