plasma manager to turn down monitor edge hardness

This commit is contained in:
Dea 2026-01-21 23:16:23 -05:00
parent 2df841a1fe
commit 46338aa7f0
4 changed files with 38 additions and 1 deletions

View file

@ -6,6 +6,11 @@
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=latest";
plasma-manager = {
url = "github:nix-community/plasma-manager";
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
};
};
outputs =