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