fix(koumakyou): xwayland scale

This commit is contained in:
514fpv 2024-05-14 12:14:35 +08:00
parent 58ddb0c034
commit 3210d3c6a9
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -20,8 +20,14 @@
".steam" ".local/share/Steam" ".config/gamescope" ".steam" ".local/share/Steam" ".config/gamescope"
]; ];
users.users.app.extraGroups = [ "networkmanager" ];
programs.regreet.enable = false; programs.regreet.enable = false;
home.plasma.enable = true; home.plasma.enable = true;
home.plasma.extraConfig = {
configFile = {
kwinrc.Xwayland.Scale = 1.75;
};
};
} // { } // {
#users.users.decky.uid = 514; #users.users.decky.uid = 514;
#users.groups.decky.gid = 514; #users.groups.decky.gid = 514;