diff --git a/flake.nix b/flake.nix index 3b2fb8b..8cff809 100755 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ }; outputs = { self, nixpkgs, nixos-hardware, home-manager, nur, plasma-manager }: { - + overlay = final: prev: { nur = import nur { inherit nixpkgs; }; }; nixosConfigurations = { framework = nixpkgs.lib.nixosSystem { system = "x86_64-linux";