14 lines
191 B
Nix
14 lines
191 B
Nix
{ pkgs }: {
|
|
environment.systemPackages = with pkgs; [
|
|
alacritty
|
|
git
|
|
gh
|
|
man-pages
|
|
man-pages-posix
|
|
bottom
|
|
firefox
|
|
gnome.nautilus
|
|
vlc
|
|
image-roll
|
|
];
|
|
}
|