Compare commits

...

3 commits

Author SHA1 Message Date
0679b19e45 trying to fix the mounting issue 2025-09-17 13:26:32 -05:00
242f06d17d updaty maty 2025-09-17 13:23:20 -05:00
e6c5b3ad57 grow$l 2025-09-17 13:23:20 -05:00
3 changed files with 3 additions and 2 deletions

View file

@ -669,6 +669,7 @@ in {
height = 15; height = 15;
width = if laptop then 1450 else 2200; width = if laptop then 1450 else 2200;
# Choose the order of the modules "custom/wintitle", # Choose the order of the modules "custom/wintitle",
# modules-left = [ "hyprland/workspaces" "hyprland/window" ];
modules-left = [ "niri/workspaces" "niri/window" ]; modules-left = [ "niri/workspaces" "niri/window" ];
modules-center = [ "clock" ]; modules-center = [ "clock" ];
modules-right = modules-right =

View file

@ -305,7 +305,7 @@ in
}; };
keyboard = { keyboard = {
repeat-delay = 180; repeat-delay = 180;
repeat-rate = 240; repeat-rate = 250;
}; };
warp-mouse-to-focus = { warp-mouse-to-focus = {
enable = true; enable = true;

View file

@ -36,7 +36,7 @@
}; };
fileSystems."/run/media/chris/Storage" = fileSystems."/run/media/chris/Storage" =
{ device = "/dev/disk/by-label/Storage"; { device = "/dev/disk/by-uuid/4c7d4273-7b72-4aa8-8e1c-e281543d06cb";
fsType = "btrfs"; fsType = "btrfs";
options = [ "noatime" "space_cache=v2" "compress=zstd:1" ]; options = [ "noatime" "space_cache=v2" "compress=zstd:1" ];
}; };