diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/luna/default.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/hosts/luna/default.nix b/hosts/luna/default.nix index 6135307..bee10d3 100644 --- a/hosts/luna/default.nix +++ b/hosts/luna/default.nix @@ -1,9 +1,6 @@ { config, pkgs, lib, secrets, hostname, inputs, user, ... }: { - imports = [ - ../../modules/power-save - ../../modules/bluetooth - ]; + imports = []; services = { # Configure keymap in X11 |