plasma manager to turn down monitor edge hardness
This commit is contained in:
parent
ba52a2e9f1
commit
0b91ddda4b
4 changed files with 38 additions and 1 deletions
7
home.nix
7
home.nix
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue