This commit is contained in:
Matt Nish-Lapidus 2024-10-14 12:21:14 -04:00
parent 518d480531
commit 8012c798f5
5 changed files with 19 additions and 15 deletions

View file

@ -22,7 +22,6 @@
git-lfs
tailscale
rsync
kmonad
gnupg
openrazer-daemon
linuxKernel.packages.linux_6_10.openrazer
@ -181,7 +180,7 @@
# Enable sound with pipewire.
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
# security.rtkit.enable = true;
services.gnome.gnome-remote-desktop.enable = false;
services.pipewire = {
enable = true;
@ -194,6 +193,7 @@
programs.steam = {
enable = true;
protontricks.enable = true;
extraCompatPackages = [ pkgs.proton-ge-bin ];
};