feat: created plasma config

This commit is contained in:
Nick 2025-10-05 19:53:42 -05:00
parent 0f51aa99b1
commit d9e7e445e3
7 changed files with 378 additions and 19 deletions

View file

@ -42,6 +42,11 @@
url = "github:helix-editor/helix";
inputs.nixpkgs.follows = "nixpkgs";
};
plasma-manager = {
url = "github:nix-community/plasma-manager";
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
};
niri = {
url = "github:sodiboo/niri-flake";
inputs.nixpkgs.follows = "nixpkgs";