Pommes_für_dein_Balg@feddit.org to linuxmemes@lemmy.world · 3 months agoIt's really not that hard!feddit.orgimagemessage-square17linkfedilinkarrow-up15arrow-down10
arrow-up15arrow-down1imageIt's really not that hard!feddit.orgPommes_für_dein_Balg@feddit.org to linuxmemes@lemmy.world · 3 months agomessage-square17linkfedilink
minus-squarecoffee_tacos@mander.xyzlinkfedilinkarrow-up1·3 months agoYou forgot nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "steam" "steam-original" "steam-unwrapped" "steam-run" ];
minus-squareClay_pidgin@sh.itjust.workslinkfedilinkEnglisharrow-up0·3 months agoI’m not using unfreePredicate so I didn’t think that was necessary. https://nixos.wiki/wiki/Steam Maybe I should try it anyway. Games start but even the menus are so slow that I never get to actual play.
minus-squarecoffee_tacos@mander.xyzlinkfedilinkarrow-up1·3 months agoYou can also use this lil guy, but by default you can’t install unfree software (not sure if that is different if you use flakes): nixpkgs.config.allowUnfree = true;
You forgot
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "steam" "steam-original" "steam-unwrapped" "steam-run" ];I’m not using unfreePredicate so I didn’t think that was necessary.
https://nixos.wiki/wiki/Steam
Maybe I should try it anyway. Games start but even the menus are so slow that I never get to actual play.
You can also use this lil guy, but by default you can’t install unfree software (not sure if that is different if you use flakes):
nixpkgs.config.allowUnfree = true;