add protontricks
All checks were successful
nixos config pipeline / show-flake (push) Successful in 32s
nixos config pipeline / deploy (push) Successful in 50s

This commit is contained in:
smayzy 2026-04-30 00:48:20 +02:00
parent 55f2f5e6f8
commit bf89c7cfaf

View File

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