From e6c5b3ad5776404d16ff4da9dd2b05c4ad754bb1 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 17 Sep 2025 11:25:47 -0500 Subject: [PATCH 1/3] grow$l --- home/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/home.nix b/home/home.nix index d24e76c..203a5f4 100644 --- a/home/home.nix +++ b/home/home.nix @@ -669,6 +669,7 @@ in { height = 15; width = if laptop then 1450 else 2200; # Choose the order of the modules "custom/wintitle", + # modules-left = [ "hyprland/workspaces" "hyprland/window" ]; modules-left = [ "niri/workspaces" "niri/window" ]; modules-center = [ "clock" ]; modules-right = From 242f06d17dda80a7011cd02713425473613f7fd6 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 17 Sep 2025 13:21:41 -0500 Subject: [PATCH 2/3] updaty maty --- home/modules/niri.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/niri.nix b/home/modules/niri.nix index 293fc3d..4c2736a 100644 --- a/home/modules/niri.nix +++ b/home/modules/niri.nix @@ -305,7 +305,7 @@ in }; keyboard = { repeat-delay = 180; - repeat-rate = 240; + repeat-rate = 250; }; warp-mouse-to-focus = { enable = true; From 0679b19e456003e2a5c75af6b111900e892b6799 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 17 Sep 2025 13:26:32 -0500 Subject: [PATCH 3/3] trying to fix the mounting issue --- systems/kaladin/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/kaladin/hardware-configuration.nix b/systems/kaladin/hardware-configuration.nix index 88b6928..c7d1097 100644 --- a/systems/kaladin/hardware-configuration.nix +++ b/systems/kaladin/hardware-configuration.nix @@ -36,7 +36,7 @@ }; fileSystems."/run/media/chris/Storage" = - { device = "/dev/disk/by-label/Storage"; + { device = "/dev/disk/by-uuid/4c7d4273-7b72-4aa8-8e1c-e281543d06cb"; fsType = "btrfs"; options = [ "noatime" "space_cache=v2" "compress=zstd:1" ]; };