added system packages
This commit is contained in:
parent
0ae6778ebb
commit
1816c7b4d5
@ -16,5 +16,10 @@
|
||||
tree
|
||||
];
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||
wget
|
||||
];
|
||||
|
||||
};
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user