enable x2go, did something else as well idk forgot

This commit is contained in:
k3t
2026-07-14 01:00:16 -06:00
parent 01914cbc1f
commit 81450f7ebe
4 changed files with 18 additions and 4 deletions
+4 -2
View File
@@ -90,13 +90,15 @@
./modules/sys/hw/boot.nix
./modules/sys/hw/libinput.nix
./modules/sys/hw/cpu/intel.nix
./modules/sys/hw/gpu/intel.nix
./modules/sys/hw/cpu/amd64.nix
./modules/sys/hw/gpu/amd.nix
./modules/sys/hw/gpu/vmware.nix
./modules/sys/nix.nix
./modules/sys/perf.nix
./modules/sys/pkgs.nix
./modules/sys/rc/openssh.nix
./modules/sys/rc/sunshine.nix
./modules/sys/rc/x2goserver.nix
./modules/sys/rgb.nix
./modules/sys/security.nix
+6
View File
@@ -5,4 +5,10 @@
desktopManager.plasma6.enable = true;
displayManager.plasma-login-manager.enable = true;
};
environment.systemPackages = with pkgs; [
kdePackages.qtwebsockets
qt5.qtwebsockets
qt6.qtwebsockets
qt6Packages.qtwebsockets
];
}
+1 -1
View File
@@ -1,4 +1,4 @@
{config, ...}:
#{config, ...}:
{
#programs.ssh = {
+6
View File
@@ -0,0 +1,6 @@
{
services.x2goserver = {
enable = true;
superenicer.enable = true;
};
}