feat(reimaden): enable plasma specialisation
This commit is contained in:
parent
0e27466753
commit
829610dd10
|
@ -11,6 +11,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
plasma.specialise = true;
|
||||||
#headless.enable = "eDP-1";
|
#headless.enable = "eDP-1";
|
||||||
gyroflow.enable = true;
|
gyroflow.enable = true;
|
||||||
jetbrains.enable = true;
|
jetbrains.enable = true;
|
||||||
|
@ -20,14 +21,9 @@
|
||||||
steam.enable = true;
|
steam.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
specialisation.plasma = {
|
home.plasma.extraConfig = {
|
||||||
configuration = {
|
configFile = {
|
||||||
home.plasma.enable = true;
|
kcminputrc."Libinput/2362/597/UNIW0001:00 093A:0255 Touchpad".NaturalScroll = true;
|
||||||
home.plasma.extraConfig = {
|
|
||||||
configFile = {
|
|
||||||
kcminputrc."Libinput/2362/597/UNIW0001:00 093A:0255 Touchpad".NaturalScroll = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue