Add base module for all machines
This commit is contained in:
parent
943522935b
commit
95b3be48f1
2 changed files with 13 additions and 0 deletions
7
modules/base.nix
Normal file
7
modules/base.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
# Must-have packages
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
rsync
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue