move unfree allow list to default.nix for lap

This commit is contained in:
smayzy 2025-07-08 15:42:20 +02:00
parent 77ba5cf04e
commit aacb703044

View File

@ -46,14 +46,6 @@
xdg.portal.enable = true;
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"steam"
"steam-original"
"steam-unwrapped"
"steam-run"
"obsidian"
];
programs.steam.enable = true;
environment.systemPackages = with pkgs; [