flake: provide overlay and overlays
This commit is contained in:
parent
cd25fdf37c
commit
5f05e9e809
1 changed files with 3 additions and 4 deletions
|
@ -17,10 +17,9 @@
|
|||
in
|
||||
configs;
|
||||
|
||||
overlays = let
|
||||
pkgs = import ./pkgs;
|
||||
in
|
||||
[ pkgs ];
|
||||
overlay = import ./pkgs;
|
||||
|
||||
overlays = [ self.overlay ];
|
||||
|
||||
nixosModules = import ./modules;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue