okease
This commit is contained in:
parent
7aa56e13ca
commit
a97857f6aa
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
# load stuff
|
||||
|
||||
{
|
||||
description = "horrible dotfiles for amazing distro";
|
||||
|
||||
|
@ -29,7 +28,7 @@
|
|||
);
|
||||
|
||||
# overlays here
|
||||
overlays = import ./overlays { inherit pkgs inputs; };
|
||||
overlays = import ./overlays { inherit nixpkgs inputs; };
|
||||
|
||||
# modules :D
|
||||
nixosModules = import ./modules;
|
||||
|
|
Loading…
Reference in a new issue