2 Commits

Author SHA1 Message Date
kenji 8ae15e1149 rename(scripts): hypr movements 2025-12-28 19:03:35 -06:00
kenji 91a70ee052 remove: scripts.nix under system 2025-12-28 19:03:21 -06:00
4 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
./hypr/misc.nix
./hypr/input.nix
./scripts.nix
./scripts/movement.nix
];
wayland.windowManager.hyprland.enable = true;
wayland.windowManager.hyprland.systemd.enable = false; # for UWSM support...
-1
View File
@@ -7,7 +7,6 @@
./hardware-configuration.nix
../../modules/system/default.nix
../../modules/system/hyprland.nix
../../modules/system/scripts.nix
../../modules/system/gaming.nix
];
}
-4
View File
@@ -1,4 +0,0 @@
{
imports = [
];
}