Add plasma-manager, remove inputs from devshell
This commit is contained in:
parent
ac5447eff2
commit
40869ddd02
12
flake.nix
12
flake.nix
|
@ -29,7 +29,6 @@
|
|||
ref = "main";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
flake-utils.follows = "flake-utils";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue