monitors.nix: added monitor config via modules

This commit is contained in:
Charlie Root 2024-08-28 11:04:53 +02:00
commit 7b51187cb9
6 changed files with 102 additions and 72 deletions

View file

@ -3,5 +3,6 @@ _: {
./configuration.nix
./programs.nix
./hardware-configuration.nix
./hardware
];
}