feat(yume): enable plasma
This commit is contained in:
parent
302f4005cb
commit
5a05307783
|
@ -13,6 +13,7 @@
|
|||
};
|
||||
|
||||
home = {
|
||||
plasma.enable = true;
|
||||
gyroflow.enable = true;
|
||||
jetbrains.enable = true;
|
||||
vscode.enable = true;
|
||||
|
@ -21,6 +22,12 @@
|
|||
steam.enable = true;
|
||||
};
|
||||
|
||||
home.plasma.extraConfig = {
|
||||
configFile = {
|
||||
kcminputrc."Libinput/16700/9486/Dell Computer Corp Dell Laser Mouse MS3220".NaturalScroll = true;
|
||||
};
|
||||
};
|
||||
|
||||
imports = lib.pipe ./. [
|
||||
builtins.readDir
|
||||
(lib.filterAttrs (n: ty: ty == "regular" && n != "default.nix"))
|
||||
|
|
Loading…
Reference in a new issue