From 54e8beecfd048eeabdf34da69ee8682d8b98e2ce Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 25 Jan 2026 16:19:09 +0100 Subject: [PATCH] feat(caelestia): improve configuration for caelestia --- users/modules/desktop/caelestia.nix | 1 + users/phundrak/host/gampo.nix | 1 + users/phundrak/host/marpa.nix | 4 ++++ 3 files changed, 6 insertions(+) diff --git a/users/modules/desktop/caelestia.nix b/users/modules/desktop/caelestia.nix index 9450694..6b7f4bd 100644 --- a/users/modules/desktop/caelestia.nix +++ b/users/modules/desktop/caelestia.nix @@ -52,6 +52,7 @@ in { wallpapers = true; }; }; + osd.enableMicrophone = true; bar = { status = { showAudio = true; diff --git a/users/phundrak/host/gampo.nix b/users/phundrak/host/gampo.nix index 66a2fc9..10bf199 100644 --- a/users/phundrak/host/gampo.nix +++ b/users/phundrak/host/gampo.nix @@ -5,4 +5,5 @@ desktop.hyprland.host = "gampo"; phundrak.sshKey.content = builtins.readFile ../keys/id_gampo.pub; }; + programs.caelestia.settings.bar.persistent = false; } diff --git a/users/phundrak/host/marpa.nix b/users/phundrak/host/marpa.nix index 307b0ce..252b8fc 100644 --- a/users/phundrak/host/marpa.nix +++ b/users/phundrak/host/marpa.nix @@ -10,4 +10,8 @@ desktop.hyprland.host = "marpa"; phundrak.sshKey.content = builtins.readFile ../keys/id_marpa.pub; }; + programs.caelestia.settings.bar = { + showBattery = false; + showWifi = false; + }; }