feat(yume): enable plasma

This commit is contained in:
514fpv 2024-05-14 17:31:05 +08:00
parent 302f4005cb
commit 5a05307783
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -13,6 +13,7 @@
}; };
home = { home = {
plasma.enable = true;
gyroflow.enable = true; gyroflow.enable = true;
jetbrains.enable = true; jetbrains.enable = true;
vscode.enable = true; vscode.enable = true;
@ -21,6 +22,12 @@
steam.enable = true; steam.enable = true;
}; };
home.plasma.extraConfig = {
configFile = {
kcminputrc."Libinput/16700/9486/Dell Computer Corp Dell Laser Mouse MS3220".NaturalScroll = true;
};
};
imports = lib.pipe ./. [ imports = lib.pipe ./. [
builtins.readDir builtins.readDir
(lib.filterAttrs (n: ty: ty == "regular" && n != "default.nix")) (lib.filterAttrs (n: ty: ty == "regular" && n != "default.nix"))