added jovian autoupdate and splash

This commit is contained in:
willifan 2025-03-29 20:56:29 +01:00
parent c3e1741c2e
commit dd78b242b6

View file

@ -29,6 +29,7 @@
}; };
devices.steamdeck = { devices.steamdeck = {
enable = true; enable = true;
autoUpdate = true;
enableGyroDsuService = true; enableGyroDsuService = true;
}; };
hardware.has.amd.gpu = true; hardware.has.amd.gpu = true;
@ -37,6 +38,7 @@
user = "willifan"; user = "willifan";
autoStart = true; autoStart = true;
desktopSession = "niri"; desktopSession = "niri";
updater.splash = "jovian";
}; };
}; };