diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-13 20:54:50 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-13 20:54:50 +0200 |
commit | c9191bd797cde4b14bdcb2b9b5de45bbb29347ec (patch) | |
tree | 42b08e493ac5ac796a97a9abe2ebbad037803eb6 /hosts/luna | |
parent | fmt (diff) | |
download | nixos-config-c9191bd797cde4b14bdcb2b9b5de45bbb29347ec.tar.gz nixos-config-c9191bd797cde4b14bdcb2b9b5de45bbb29347ec.tar.bz2 nixos-config-c9191bd797cde4b14bdcb2b9b5de45bbb29347ec.zip |
Luna: Enable power-save module
Diffstat (limited to 'hosts/luna')
-rw-r--r-- | hosts/luna/default.nix | 1 |
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 ]; |