Split overlays into directories
This commit is contained in:
parent
d05d353ee7
commit
8216088c46
@ -6,7 +6,7 @@
|
||||
];
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(import ../overlays/gnome.nix)
|
||||
(import ../overlays/gnome)
|
||||
];
|
||||
|
||||
services.printing.enable = true;
|
||||
|
@ -55,7 +55,7 @@
|
||||
'';
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(import ./../../overlays/libcamera.nix)
|
||||
(import ./../../overlays/libcamera)
|
||||
];
|
||||
|
||||
networking = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user