nix-config/modules/desktop/games/steam.nix
Oliver Davies cda8ab835f
Some checks are pending
/ check (push) Waiting to run
Group desktop modules
2025-11-22 18:59:35 +00:00

8 lines
140 B
Nix

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