remove libtas & sam

This commit is contained in:
smayzy
2026-01-17 12:29:25 +01:00
parent cd9d91e189
commit 00fa7a3c36
3 changed files with 1 additions and 25 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ in
config = mkIf config.smayzy.steam.enable {
programs.steam.enable = true;
environment.systemPackages = with pkgs; [ samrewritten ];
environment.systemPackages = with pkgs; [ depotdownloader];
};
}