Move power management settings to independent file

This commit is contained in:
2020-09-03 02:36:09 +02:00
parent a61a2f79bd
commit 3699684117
3 changed files with 47 additions and 42 deletions

View File

@@ -6,6 +6,7 @@ Configuration files for my personal machine, powered by [[https://nixos.org/][Ni
The configuration is sliced into different files, per category:
- ZFS pool configuration: hardware-configuration.nix
- Globally installed packages: software.nix
- Network and VPN configuration: networking.nix
- Window manager and userland services: gui.nix
@@ -13,6 +14,7 @@ The configuration is sliced into different files, per category:
- Sound and music setup: audio.nix
- Development tools: development.nix
- Printing and scanner client: printing.nix
- ZFS pool configuration: hardware-configuration.nix
- Systemd user services and timers: periodic.nix
- Power management: power.nix
All the modules are imported in *configuration.nix*