nix-config/modules/system/packages.nix
2023-11-12 16:59:43 +01:00

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
];
}