diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-15 12:04:37 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-15 12:04:37 +0530 |
| commit | 50d76edf41897648e9154412ea5348ea50d7191b (patch) | |
| tree | ebf26b090093bd8255c51b4a136375421a0fe8cc /nixos/games | |
| parent | 12cd47e92c55bac383168934d001b10bb4661eaf (diff) | |
increased mouse sensitivity + addded nheko
& removed proton-ge, because i caused issues with manuyal installation +
added mitm proxy as an experiment & personal logging ig
Diffstat (limited to 'nixos/games')
| -rw-r--r-- | nixos/games/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/games/default.nix b/nixos/games/default.nix index 9c0b66e..1a4d769 100644 --- a/nixos/games/default.nix +++ b/nixos/games/default.nix @@ -6,7 +6,7 @@ programs.steam.protontricks.enable = true; programs.gamemode.enable = true; programs.steam.extraCompatPackages = with pkgs; [ - proton-ge-bin + # proton-ge-bin ]; environment.systemPackages = with pkgs; [ lutris |
