Split overlays into directories

This commit is contained in:
Jordan Holt 2024-08-11 14:30:55 +01:00
parent d05d353ee7
commit 8216088c46
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520
6 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
];
nixpkgs.overlays = [
(import ../overlays/gnome.nix)
(import ../overlays/gnome)
];
services.printing.enable = true;

View File

@ -55,7 +55,7 @@
'';
nixpkgs.overlays = [
(import ./../../overlays/libcamera.nix)
(import ./../../overlays/libcamera)
];
networking = {