From 91a70ee05274d72c99a913cb80563abb2326469a Mon Sep 17 00:00:00 2001 From: kenji Date: Sun, 28 Dec 2025 19:03:21 -0600 Subject: [PATCH] remove: scripts.nix under system --- hosts/hakase/configuration.nix | 1 - modules/system/scripts.nix | 4 ---- 2 files changed, 5 deletions(-) delete mode 100644 modules/system/scripts.nix diff --git a/hosts/hakase/configuration.nix b/hosts/hakase/configuration.nix index 5e94563..8c620e2 100644 --- a/hosts/hakase/configuration.nix +++ b/hosts/hakase/configuration.nix @@ -7,7 +7,6 @@ ./hardware-configuration.nix ../../modules/system/default.nix ../../modules/system/hyprland.nix - ../../modules/system/scripts.nix ../../modules/system/gaming.nix ]; } diff --git a/modules/system/scripts.nix b/modules/system/scripts.nix deleted file mode 100644 index f7e9be4..0000000 --- a/modules/system/scripts.nix +++ /dev/null @@ -1,4 +0,0 @@ -{ - imports = [ - ]; -}