diff --git a/hosts/alt/configuration.nix b/hosts/alt/configuration.nix index aa4823c..bca694c 100644 --- a/hosts/alt/configuration.nix +++ b/hosts/alt/configuration.nix @@ -19,6 +19,10 @@ networking.hostName = "alt"; # Define your hostname. + environment.systemPackages = with pkgs; [ + filebrowser + ]; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave