Revert "add protontricks"
All checks were successful
nixos config pipeline / show-flake (push) Successful in 51s
nixos config pipeline / deploy (push) Successful in 10s

This reverts commit bf89c7cfaf.
This commit is contained in:
smayzy 2026-04-30 01:17:28 +02:00
parent af11b7eddf
commit cb978aae73

View File

@ -16,9 +16,6 @@ in
config = mkIf config.smayzy.steam.enable {
programs.steam.enable = true;
environment.systemPackages = with pkgs; [
depotdownloader
protontricks
];
environment.systemPackages = with pkgs; [ depotdownloader];
};
}