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 =
(with pkgs; [
ibm-plex
mangohud
pciutils
aha
vesktop
google-chrome
teams-for-linux
protonup-qt
]);
}

View File

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