diff --git a/home/guz/apps.nix b/home/guz/apps.nix index 74b646b..085b037 100644 --- a/home/guz/apps.nix +++ b/home/guz/apps.nix @@ -7,7 +7,6 @@ "md.obsidian.Obsidian" "com.github.vikdevelop.photopea_app" "com.rustdesk.RustDesk" - "com.valvesoftware.Steam" "dev.vencord.Vesktop" ]; services.flatpak.overrides = { diff --git a/hosts/battleship/configuration.nix b/hosts/battleship/configuration.nix index 277d892..09d0ef2 100644 --- a/hosts/battleship/configuration.nix +++ b/hosts/battleship/configuration.nix @@ -24,12 +24,18 @@ }; # Steam (cannot be [properly] installed just in one user) - #programs.steam.enable = true; + programs.steam.enable = true; programs.steam.gamescopeSession.enable = true; programs.steam.extraCompatPackages = with pkgs; [ proton-ge-bin ]; + nixpkgs.config.allowUnfreePredicate = pkg: + builtins.elem (lib.getName pkg) [ + "steam" + "steam-unwrapped" + ]; + # OpenTabletDriver hardware.opentabletdriver.enable = true; services.udev.extraRules = ''