steam: Add protontricks and wine

This commit is contained in:
Charlotte Van Petegem 2023-10-22 12:08:25 +02:00
parent 480089db3a
commit 33235fa32e
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -13,7 +13,7 @@
};
services.pipewire.alsa.support32Bit = true;
chvp.base = {
nix.unfreePackages = [ "steam" "steam-original" "steam-runtime" ];
nix.unfreePackages = [ "steam" "steam-original" "steam-runtime" "steam-run" ];
zfs.homeLinks = [
{ path = ".paradoxlauncher"; type = "cache"; }
{ path = ".steam"; type = "cache"; }
@ -23,7 +23,7 @@
};
home-manager.users.charlotte = { pkgs, ... }: {
home.packages = [ pkgs.steam ];
home.packages = [ pkgs.steam pkgs.protontricks pkgs.wine ];
};
};
}