nixos-config/desktop/common.nix

16 lines
192 B
Nix
Raw Normal View History

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