diff --git a/hosts/laptop1/configuration.nix b/hosts/laptop1/configuration.nix index 44272e1..ed03169 100644 --- a/hosts/laptop1/configuration.nix +++ b/hosts/laptop1/configuration.nix @@ -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; [