finished (?) system part of config

This commit is contained in:
twoneis 2023-11-12 16:59:43 +01:00
parent 79ca1b4f85
commit 9a43edcd92
8 changed files with 283 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{ pkgs }: {
environment.systemPackages = with pkgs; [
alacritty
git
gh
man-pages
man-pages-posix
bottom
firefox
gnome.nautilus
vlc
image-roll
];
}