Skip to content

Commit e4683ee

Browse files
committed
chore(flake): add plasma-manager input
nix-community/plasma-manager provides declarative KDE Plasma configuration through Home Manager. Follows our nixpkgs and home-manager.
1 parent e3a53da commit e4683ee

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

flake.lock

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,13 @@
119119
url = "github:Mic92/fast-nix-gc";
120120
inputs.nixpkgs.follows = "nixpkgs";
121121
};
122+
plasma-manager = {
123+
url = "github:nix-community/plasma-manager";
124+
inputs = {
125+
nixpkgs.follows = "nixpkgs";
126+
home-manager.follows = "home-manager";
127+
};
128+
};
122129
stylix = {
123130
url = "github:danth/stylix";
124131
inputs = {

0 commit comments

Comments
 (0)