enable x2go, did something else as well idk forgot
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,4 +1,4 @@
|
||||
{config, ...}:
|
||||
#{config, ...}:
|
||||
|
||||
{
|
||||
#programs.ssh = {
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
services.x2goserver = {
|
||||
enable = true;
|
||||
superenicer.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user