diff --git a/flake.nix b/flake.nix index 024053a..95d9b9e 100644 --- a/flake.nix +++ b/flake.nix @@ -20,13 +20,13 @@ noctalia.inputs.nixpkgs.follows = "nixpkgs"; # Plasma-Manager - plasma-manager = { - url = "github:nix-community/plasma-manager"; - inputs.nixpkgs.follows = "nixpkgs"; - }; +# plasma-manager = { +# url = "github:nix-community/plasma-manager"; +# inputs.nixpkgs.follows = "nixpkgs"; +# }; }; - outputs = { self, nixpkgs, home-manager, niri, noctalia, plasma-manager, ... }@inputs: { + outputs = { self, nixpkgs, home-manager, niri, noctalia, ... }@inputs: { nixosConfigurations = { dukebook = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; @@ -38,7 +38,6 @@ home-manager.useUserPackages = true; home-manager.users.martin = { imports = [ - inputs.plasma-manager.homeManagerModules.plasma-manager ./home.nix ]; };