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