Personal Nix flake
nixos home-manager nix
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: Temporarily disable time-consuming nix-gaming packages

The binary cache never seems to kick in for whatever reason, so I'm
taking them out for now

+2 -2
+2 -2
modules/nixos/traits/gaming.nix
··· 24 24 }; 25 25 environment.systemPackages = with pkgs; [ 26 26 gamemode 27 - osu-stable 27 + # osu-stable # @TODO Reenable when I figure out why nix-gaming's cachix doesn't ever seem to work 28 28 parsec-bin 29 - wine-discord-ipc-bridge 29 + # wine-discord-ipc-bridge 30 30 ]; 31 31 services.pipewire.lowLatency.enable = true; 32 32 security.rtkit.enable = true; # make pipewire realtime-capable