spec(yume): enable plasma
This commit is contained in:
parent
72fe2723e5
commit
58aa58a078
1 changed files with 7 additions and 0 deletions
|
@ -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"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue