nixos-config/desktop/include/common.nix
2024-03-17 13:19:53 -07:00

16 lines
205 B
Nix

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