Update shared-desktop.nix

This commit is contained in:
Thilo Hohlt
2023-07-05 21:01:01 +02:00
committed by GitHub
parent 4ef20857d0
commit f7c4cf2805

View File

@@ -10,11 +10,6 @@
jack.enable = true; jack.enable = true;
}; };
}; };
hardware.opengl = {
enable = true;
driSupport32Bit = true;
};
# Make swaylock work # Make swaylock work
security.pam.services.swaylock = {}; security.pam.services.swaylock = {};
@@ -36,6 +31,11 @@
}; };
programs = { programs = {
steam = {
enable = true;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
};
gnupg.agent = { gnupg.agent = {
enable = true; enable = true;
enableSSHSupport = true; enableSSHSupport = true;
@@ -221,7 +221,6 @@
lapce lapce
tldr tldr
vulkan-validation-layers vulkan-validation-layers
steam
]; ];
}; };
}; };