diff --git a/flake.lock b/flake.lock index 644f50e..21f43ec 100644 --- a/flake.lock +++ b/flake.lock @@ -221,6 +221,29 @@ "type": "github" } }, + "plasma-manager": { + "inputs": { + "home-manager": [ + "home-manager" + ], + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1772361940, + "narHash": "sha256-B1Cz+ydL1iaOnGlwOFld/C8lBECPtzhiy/pP93/CuyY=", + "owner": "nix-community", + "repo": "plasma-manager", + "rev": "a4b33606111c9c5dcd10009042bb710307174f51", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "plasma-manager", + "type": "github" + } + }, "root": { "inputs": { "clan-core": "clan-core", @@ -230,6 +253,7 @@ "import-tree": "import-tree", "liminix": "liminix", "nixpkgs": "nixpkgs", + "plasma-manager": "plasma-manager", "treefmt-nix": "treefmt-nix" } }, diff --git a/flake.nix b/flake.nix index 0797eb8..2894a35 100644 --- a/flake.nix +++ b/flake.nix @@ -19,6 +19,11 @@ inputs.nixpkgs.follows = "nixpkgs"; url = "github:nix-community/home-manager"; }; + plasma-manager = { + url = "github:nix-community/plasma-manager"; + inputs.nixpkgs.follows = "nixpkgs"; + inputs.home-manager.follows = "home-manager"; + }; import-tree.url = "github:vic/import-tree"; nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; treefmt-nix = {