plasma manager to turn down monitor edge hardness

This commit is contained in:
Dea 2026-01-21 23:16:23 -05:00
parent ba52a2e9f1
commit 0b91ddda4b
4 changed files with 38 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{
lib,
pkgs,
inputs,
...
}:
@ -39,6 +40,7 @@
imports = [
./homemanager/mpv.nix
./hosts/sandalphon/mcsr/home.nix
inputs.plasma-manager.homeModules.plasma-manager
];
# dconf.settings = {};
@ -70,5 +72,10 @@
# };
# };
programs.plasma = {
enable = true;
kwin.edgeBarrier = 50;
};
programs.home-manager.enable = true;
}