add virtual display for sunshine
This commit is contained in:
parent
d496f8a7de
commit
1116588450
@ -11,6 +11,7 @@
|
||||
autoStart = true;
|
||||
capSysAdmin = true;
|
||||
};
|
||||
boot.kernelParams = [ "video=DP-3:3048x2032R@60D" ]; # Virtual display
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
|
||||
@ -34,6 +34,8 @@
|
||||
la = "ls -a";
|
||||
ll = "ls -l";
|
||||
lla = "ls -la";
|
||||
|
||||
vim = "nvim";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@ -5,8 +5,8 @@
|
||||
xserver.enable = true;
|
||||
desktopManager.plasma6.enable = true;
|
||||
displayManager.sddm = {
|
||||
enable = true;
|
||||
wayland.enable = true;
|
||||
enable = true;
|
||||
wayland.enable = false;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user