about summary refs log tree commit diff
path: root/hosts/luna/default.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-13 20:54:50 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-13 20:54:50 +0200
commitc9191bd797cde4b14bdcb2b9b5de45bbb29347ec (patch)
tree42b08e493ac5ac796a97a9abe2ebbad037803eb6 /hosts/luna/default.nix
parentfmt (diff)
downloadnixos-config-c9191bd797cde4b14bdcb2b9b5de45bbb29347ec.tar.gz
nixos-config-c9191bd797cde4b14bdcb2b9b5de45bbb29347ec.tar.bz2
nixos-config-c9191bd797cde4b14bdcb2b9b5de45bbb29347ec.zip
Luna: Enable power-save module
Diffstat (limited to 'hosts/luna/default.nix')
-rw-r--r--hosts/luna/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/luna/default.nix b/hosts/luna/default.nix
index 6194a71..27f02d6 100644
--- a/hosts/luna/default.nix
+++ b/hosts/luna/default.nix
@@ -3,6 +3,7 @@
   imports = [
     ./hardware.nix
 
+    ../../modules/power-save
     ../../modules/bluetooth
   ];