diff --git a/boxes/mlg.nix b/boxes/mlg.nix index cf5eea5..2b25dc5 100644 --- a/boxes/mlg.nix +++ b/boxes/mlg.nix @@ -19,8 +19,10 @@ android-studio emacs deepin.deepin-album + libreoffice nomacs vscodium + minetest ]; boot.loader = { @@ -38,5 +40,10 @@ programs.dconf.enable = true; users.users.usr.extraGroups = [ "libvirtd" ]; + services.printing.enable = true; + services.avahi.enable = true; # runs the Avahi daemon + services.avahi.nssmdns = true; # enables the mDNS NSS plug-in + services.avahi.openFirewall = true; # opens the firewall for UDP port 5353 + networking.hostName = "mlg"; } diff --git a/common/desktop.nix b/common/desktop.nix index 3f71a54..47692dd 100644 --- a/common/desktop.nix +++ b/common/desktop.nix @@ -3,7 +3,7 @@ let home-manager = builtins.fetchTarball { url = "https://github.com/nix-community/home-manager/archive/release-23.05.tar.gz"; - sha256 = "0rwzab51hnr6cmm1w5zmfh29gbkg6byv8jnr7frcv5kd6m8kna41"; + sha256 = "0dfshsgj93ikfkcihf4c5z876h4dwjds998kvgv7sqbfv0z6a4bc"; }; customPolybar = pkgs.polybar.override { alsaSupport = true;