diff --git a/flake.nix b/flake.nix index 32f53a39..d0c3d496 100644 --- a/flake.nix +++ b/flake.nix @@ -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;