diff --git a/flake.nix b/flake.nix index cf427bc..1dd709a 100644 --- a/flake.nix +++ b/flake.nix @@ -29,10 +29,9 @@ ref = "main"; inputs = { nixpkgs.follows = "nixpkgs"; - flake-utils.follows = "flake-utils"; }; }; - + home-manager = { type = "github"; owner = "nix-community"; @@ -93,6 +92,17 @@ }; }; + plasma-manager = { + type = "github"; + owner = "nix-community"; + repo = "plasma-manager"; + ref = "trunk"; + inputs = { + nixpkgs.follows = "nixpkgs"; + home-manager.follows = "home-manager"; + }; + }; + nur = { type = "github"; owner = "nix-community";