Update shared-desktop.nix

This commit is contained in:
Thilo Hohlt
2023-07-05 20:56:14 +02:00
committed by GitHub
parent 02a86a7614
commit 4ef20857d0

View File

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