1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Make it pure!

This commit is contained in:
RGBCube 2023-12-11 22:47:54 +03:00
parent e3f54aa93a
commit 617601cb13
No known key found for this signature in database
5 changed files with 33 additions and 7 deletions

View file

@ -131,7 +131,7 @@
modules = [
homeManager.nixosModules.default
defaultConfiguration
./hosts/${host}.nix
./hosts/${host}
];
};