diff --git a/hosts/deck/configuration.nix b/hosts/deck/configuration.nix index 790b7a7..377cd42 100644 --- a/hosts/deck/configuration.nix +++ b/hosts/deck/configuration.nix @@ -55,7 +55,7 @@ isNormalUser = true; extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. packages = with pkgs; [ - # firefox + firefox tree ]; shell = pkgs.zsh;