feat(caelestia): improve configuration for caelestia

This commit is contained in:
2026-01-25 16:19:09 +01:00
parent 21e85fc77b
commit 54e8beecfd
3 changed files with 6 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ in {
wallpapers = true;
};
};
osd.enableMicrophone = true;
bar = {
status = {
showAudio = true;

View File

@@ -5,4 +5,5 @@
desktop.hyprland.host = "gampo";
phundrak.sshKey.content = builtins.readFile ../keys/id_gampo.pub;
};
programs.caelestia.settings.bar.persistent = false;
}

View File

@@ -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;
};
}