nix-config/modules/games/steam.nix
2025-11-22 16:23:37 +00:00

8 lines
140 B
Nix

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