add virtual display for sunshine

This commit is contained in:
Victor Ișan 2026-01-27 22:36:20 +01:00
parent d496f8a7de
commit 1116588450
3 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,7 @@
autoStart = true;
capSysAdmin = true;
};
boot.kernelParams = [ "video=DP-3:3048x2032R@60D" ]; # Virtual display
programs.steam = {
enable = true;

View File

@ -34,6 +34,8 @@
la = "ls -a";
ll = "ls -l";
lla = "ls -la";
vim = "nvim";
};
};

View File

@ -5,8 +5,8 @@
xserver.enable = true;
desktopManager.plasma6.enable = true;
displayManager.sddm = {
enable = true;
wayland.enable = true;
enable = true;
wayland.enable = false;
};
};