feat(reimaden): enable plasma specialisation
This commit is contained in:
parent
0e27466753
commit
829610dd10
|
@ -11,6 +11,7 @@
|
|||
};
|
||||
|
||||
home = {
|
||||
plasma.specialise = true;
|
||||
#headless.enable = "eDP-1";
|
||||
gyroflow.enable = true;
|
||||
jetbrains.enable = true;
|
||||
|
@ -20,14 +21,9 @@
|
|||
steam.enable = true;
|
||||
};
|
||||
|
||||
specialisation.plasma = {
|
||||
configuration = {
|
||||
home.plasma.enable = true;
|
||||
home.plasma.extraConfig = {
|
||||
configFile = {
|
||||
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