nix-config/modules/games/steam.nix

9 lines
140 B
Nix
Raw Normal View History

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