nix-config/modules2/games/steam.nix

9 lines
135 B
Nix
Raw Normal View History

2025-07-25 20:46:37 +01:00
{
nixpkgs.allowedUnfreePackages = [
"steam"
"steam-unwrapped"
];
2025-07-25 20:46:37 +01:00
flake.modules.nixos.pc.programs.steam.enable = true;
}