flakes/base-system/packages/system-packages.nix
2023-11-06 10:10:38 +01:00

13 lines
157 B
Nix

pkgs: with pkgs; [
alacritty
git
gh
man-pages
man-pages-posix
firefox
gnome.nautilus
vlc
image-roll
] ++ [
(import ./niri/default.nix)
]