refactor(protontricks): converted protontricks to service.

This commit is contained in:
kenji
2026-06-20 14:19:38 -05:00
parent 2dd3992e16
commit 019343c33f
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -49,7 +49,6 @@
in { in {
home.packages = with pkgs; [ home.packages = with pkgs; [
protonup-qt protonup-qt
protontricks
mangohud mangohud
gaming-focus gaming-focus
# via # via
+1
View File
@@ -21,6 +21,7 @@
extraCompatPackages = with pkgs; [ extraCompatPackages = with pkgs; [
proton-ge-bin proton-ge-bin
]; ];
protontricks.enable = true;
}; };
programs.gamemode.enable = true; programs.gamemode.enable = true;