feat: move misc.nix into default.nix's config = {}
This commit is contained in:
parent
6ea68a2b25
commit
5ce5eb0a8f
2 changed files with 4 additions and 5 deletions
|
@ -3,7 +3,9 @@
|
|||
./audio.nix
|
||||
./mounts
|
||||
./nvidia.nix
|
||||
|
||||
./misc.nix # try to use this as little as possible
|
||||
];
|
||||
|
||||
config = {
|
||||
services.printing.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
services.printing.enable = true;
|
||||
}
|
Loading…
Reference in a new issue