mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 10:28:53 +00:00
Added tree as System Package
This commit is contained in:
parent
41a334a6e9
commit
6ef2d877db
|
|
@ -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…
Reference in a new issue