Pommes_für_dein_Balg@feddit.org to linuxmemes@lemmy.world · 2 months agoIt's really not that hard!feddit.orgimagemessage-square42fedilinkarrow-up1289arrow-down14
arrow-up1285arrow-down1imageIt's really not that hard!feddit.orgPommes_für_dein_Balg@feddit.org to linuxmemes@lemmy.world · 2 months agomessage-square42fedilink
minus-squarecoffee_tacos@mander.xyzlinkfedilinkarrow-up13·2 months agoYou forgot nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "steam" "steam-original" "steam-unwrapped" "steam-run" ];
minus-squarePommes_für_dein_Balg@feddit.orgOPlinkfedilinkarrow-up8arrow-down1·2 months agoand here I thought running Slackware was a waste of time…
minus-squareClay_pidgin@sh.itjust.workslinkfedilinkEnglisharrow-up3·2 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-up3·2 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" ];and here I thought running Slackware was a waste of time…
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;