feat(plasma): add plasma-manager

This commit is contained in:
514fpv 2024-05-13 08:55:58 +08:00
parent 49fe8142ad
commit c658361fb5
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
4 changed files with 96 additions and 0 deletions

13
home/plasma/config.nix Normal file
View 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;
};
};
}