nixos-config/desktop/include/common.nix
2024-03-10 01:00:55 -08:00

15 lines
192 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
firefox
byobu
flameshot
google-chrome
microsoft-edge
terminator
thunderbird
vlc
zoom-us
];
}