From a03e7e00d8443d1da7af304e56b11feb39277bbf Mon Sep 17 00:00:00 2001 From: ediblerope Date: Thu, 14 May 2026 15:19:46 +0100 Subject: [PATCH] --- settings/gnome.nix | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/settings/gnome.nix b/settings/gnome.nix index b137fe0..8fa7128 100644 --- a/settings/gnome.nix +++ b/settings/gnome.nix @@ -8,20 +8,9 @@ services.desktopManager.gnome.enable = true; boot.plymouth.enable = false; - # Display wallpaper on the framebuffer so it shows behind ly. - # fbi writes to /dev/fb0 and exits, leaving the image in place. - systemd.services.ly-wallpaper = { - description = "Framebuffer wallpaper for ly"; - before = [ "display-manager.service" ]; - wantedBy = [ "display-manager.service" ]; - serviceConfig = { - Type = "oneshot"; - StandardInput = "tty"; - TTYPath = "/dev/tty1"; - ExecStart = "${pkgs.fbida}/bin/fbi -T 1 -a --noverbose -1 ${ - builtins.path { name = "wallpaper.png"; path = inputs.self + "/walls/wallpaper.png"; } - }"; - }; + services.displayManager.ly.settings = { + animation = "gameoflife"; + bigclock = true; }; # Flatpak for ad-hoc app installs via Bazaar