refactor: explicitly allow unfree packages
All checks were successful
/ check (push) Successful in 1m53s

This commit is contained in:
Oliver Davies 2025-07-29 00:39:34 +01:00
parent 4d470acfad
commit 99484c6194
12 changed files with 74 additions and 19 deletions

View file

@ -1,3 +1,8 @@
{
nixpkgs.allowedUnfreePackages = [
"steam"
"steam-unwrapped"
];
flake.modules.nixos.pc.programs.steam.enable = true;
}