nixos-config/modules/system/apps-misc/default.nix
2024-08-24 13:44:19 +02:00

15 lines
188 B
Nix

{ pkgs, ... }:
{
environment.systemPackages =
(with pkgs; [
ibm-plex
mangohud
pciutils
aha
vesktop
google-chrome
teams-for-linux
protonup-qt
]);
}