Add plasma-manager, remove inputs from devshell

This commit is contained in:
Mateusz Słodkowicz 2024-10-21 23:11:44 +02:00
parent ac5447eff2
commit 40869ddd02
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 12 additions and 2 deletions

View File

@ -29,10 +29,9 @@
ref = "main"; ref = "main";
inputs = { inputs = {
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
}; };
}; };
home-manager = { home-manager = {
type = "github"; type = "github";
owner = "nix-community"; 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 = { nur = {
type = "github"; type = "github";
owner = "nix-community"; owner = "nix-community";