feat: move misc.nix into default.nix's config = {}

This commit is contained in:
punkfairie 2025-05-26 13:30:31 -07:00
parent 6ea68a2b25
commit 5ce5eb0a8f
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
2 changed files with 4 additions and 5 deletions

View file

@ -3,7 +3,9 @@
./audio.nix
./mounts
./nvidia.nix
./misc.nix # try to use this as little as possible
];
config = {
services.printing.enable = true;
};
}

View file

@ -1,3 +0,0 @@
{
services.printing.enable = true;
}