move apps around

This commit is contained in:
Mohamed Chrayed 2024-08-25 10:44:43 +02:00
parent cf1ae00fe1
commit 7fa223027f
2 changed files with 6 additions and 5 deletions

View File

@ -3,12 +3,10 @@
environment.systemPackages = environment.systemPackages =
(with pkgs; [ (with pkgs; [
ibm-plex ibm-plex
mangohud
pciutils pciutils
aha aha
vesktop vesktop
google-chrome google-chrome
teams-for-linux teams-for-linux
protonup-qt
]); ]);
} }

View File

@ -18,7 +18,10 @@
dedicatedServer.openFirewall = true; dedicatedServer.openFirewall = true;
localNetworkGameTransfers.openFirewall = true; localNetworkGameTransfers.openFirewall = true;
}; };
environment.systemPackages = [ environment.systemPackages =
pkgs.gamescope (with pkgs; [
]; gamescope
mangohud
protonup-qt
]);
} }