From a5836d3637d79061bb07bfd762b6328cc0e58f37 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 14 May 2026 04:36:43 +0200 Subject: [PATCH] =?UTF-8?q?fix(caelestia):=20fix=20incorrect=20settings=20?= =?UTF-8?q?name=20for=20marpa=E2=80=99s=20caelestia?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- users/phundrak/host/marpa.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/phundrak/host/marpa.nix b/users/phundrak/host/marpa.nix index 252b8fc..f7c7c1a 100644 --- a/users/phundrak/host/marpa.nix +++ b/users/phundrak/host/marpa.nix @@ -10,7 +10,7 @@ desktop.hyprland.host = "marpa"; phundrak.sshKey.content = builtins.readFile ../keys/id_marpa.pub; }; - programs.caelestia.settings.bar = { + programs.caelestia.settings.bar.status = { showBattery = false; showWifi = false; };