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 = {
systemPackages = with pkgs; [
protontricks
protonup
protonup-ng
winetricks
];
systemPackages = with pkgs;
[
protontricks
protonup
protonup-ng
winetricks
];
};
};
}