diff --git a/hosts/media-server/configuration.nix b/hosts/media-server/configuration.nix index e9409ab..7eec77b 100644 --- a/hosts/media-server/configuration.nix +++ b/hosts/media-server/configuration.nix @@ -52,7 +52,8 @@ isNormalUser = true; extraGroups = [ "wheel" "input" "audio" "video" "network" "networkmanager" ]; # Enable ‘sudo’ for the user. packages = with pkgs; [ - tree + wezterm + ]; };