initial setup of plasma-manager

This commit is contained in:
Chris Kruining 2024-08-13 22:38:15 +02:00
parent eff9d545e0
commit 9033e01b07
6 changed files with 113 additions and 6 deletions

View file

@ -10,6 +10,12 @@
inputs.nixpkgs.follows = "nixpkgs";
};
plasma-manager = {
url = "github:nix-community/plasma-manager";
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
};
firefox.url = "github:nix-community/flake-firefox-nightly";
stylix.url = "github:danth/stylix";