From 40869ddd024e8e996da5963f29591dfe1594944a Mon Sep 17 00:00:00 2001 From: materus Date: Mon, 21 Oct 2024 23:11:44 +0200 Subject: [PATCH] Add plasma-manager, remove inputs from devshell --- flake.nix | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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";