feat(plasma): add plasma-manager
This commit is contained in:
parent
49fe8142ad
commit
c658361fb5
4 changed files with 96 additions and 0 deletions
13
home/plasma/config.nix
Normal file
13
home/plasma/config.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
programs.plasma = {
|
||||
workspace = {
|
||||
lookAndFeel = "org.kde.breezedark.desktop";
|
||||
#clickItemTo = "select";
|
||||
};
|
||||
|
||||
configFile = {
|
||||
baloofilerc."Basic Settings"."Indexing-Enabled" = false;
|
||||
kcminputrc.Libinput."2362"."597"."UNIW0001:00 093A:0255 Touchpad".NaturalScroll = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue