Added tree as System Package
This commit is contained in:
parent
41a334a6e9
commit
6ef2d877db
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,6 @@
|
|||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
||||
packages = with pkgs; [
|
||||
tree
|
||||
vim
|
||||
];
|
||||
};
|
||||
|
@ -59,6 +58,7 @@
|
|||
vim
|
||||
wget
|
||||
git
|
||||
tree
|
||||
];
|
||||
|
||||
# SSH and Mosh
|
||||
|
@ -73,7 +73,7 @@
|
|||
|
||||
# Minecraft Servers
|
||||
services.minecraft = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
servers.velocity.enable = true;
|
||||
servers.survival.enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue