From dd78b242b6331c90e7c7123e6255280755f5037f Mon Sep 17 00:00:00 2001 From: willifan Date: Sat, 29 Mar 2025 20:56:29 +0100 Subject: [PATCH] added jovian autoupdate and splash --- hosts/Lillie/jovian.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/Lillie/jovian.nix b/hosts/Lillie/jovian.nix index 40d5131..e81b796 100644 --- a/hosts/Lillie/jovian.nix +++ b/hosts/Lillie/jovian.nix @@ -29,6 +29,7 @@ }; devices.steamdeck = { enable = true; + autoUpdate = true; enableGyroDsuService = true; }; hardware.has.amd.gpu = true; @@ -37,6 +38,7 @@ user = "willifan"; autoStart = true; desktopSession = "niri"; + updater.splash = "jovian"; }; };