diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/luna/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hosts/luna/default.nix b/hosts/luna/default.nix index f70c975..9fbe164 100644 --- a/hosts/luna/default.nix +++ b/hosts/luna/default.nix @@ -1,8 +1,6 @@ { config, pkgs, lib, secrets, hostname, inputs, user, ... }: { imports = [ - ./hardware.nix - ../../modules/power-save ../../modules/bluetooth ]; |