nix-config/modules2/games/steam.nix
Oliver Davies 865c60d557
All checks were successful
/ check (push) Successful in 1m45s
Make more things desktop only
2025-07-31 19:48:30 +01:00

8 lines
140 B
Nix

{
nixpkgs.allowedUnfreePackages = [
"steam"
"steam-unwrapped"
];
flake.modules.nixos.desktop.programs.steam.enable = true;
}