nixos-config/desktop/include/common.nix

17 lines
205 B
Nix
Raw Normal View History

2024-03-10 00:20:39 -08:00
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
firefox
byobu
flameshot
google-chrome
2024-03-17 13:19:53 -07:00
chromium
2024-03-10 00:20:39 -08:00
microsoft-edge
terminator
thunderbird
vlc
zoom-us
];
2024-03-10 00:44:38 -08:00
2024-03-10 00:20:39 -08:00
}