Compare commits

..

1 commit

Author SHA1 Message Date
Fabian Montero 4ae664d0a8
add steam module
sadly this has to be a system package until we find a non shitty way of
installing in through hm
2025-01-27 19:57:02 -06:00

View file

@ -19,12 +19,13 @@ in {
}; };
environment = { environment = {
systemPackages = with pkgs; [ systemPackages = with pkgs;
protontricks [
protonup protontricks
protonup-ng protonup
winetricks protonup-ng
]; winetricks
];
}; };
}; };
} }