finished (?) system part of config
This commit is contained in:
parent
79ca1b4f85
commit
9a43edcd92
8 changed files with 283 additions and 0 deletions
14
modules/system/packages.nix
Normal file
14
modules/system/packages.nix
Normal 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
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue