diff --git a/hosts/mauville/default.nix b/hosts/mauville/default.nix index 41fb78f1..d5bfc531 100644 --- a/hosts/mauville/default.nix +++ b/hosts/mauville/default.nix @@ -34,6 +34,8 @@ hardware.opengl.extraPackages32 = with pkgs; [ driversi686Linux.amdvlk ]; + + environment.systemPackages = [ backblaze-b2 ]; # Removed because it defaults the session to X11 instead of Wayland # services.xserver.displayManager.autoLogin.enable = true;