From 0939fc6290989fb1bfaa5c02ae28d51f906010b1 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 28 Aug 2025 22:29:30 +1000 Subject: readme: add home manager to configuring --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 3c39ec4..6f8a1b0 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,24 @@ git pull All configuration options should be put in `~/.config/caelestia/shell.json`. This file is _not_ created by default, you must create it manually. +For NixOS users, a home manager module is also available. + +
home.nix + +```nix +programs.caelestia = { + enable = true; + settings = { + bar.status = { + showBattery = false; + }; + paths.wallpaperDir = "~/Images"; + }; +}; +``` + +
+ > [!NOTE] > The example configuration only includes recommended configuration options. For more advanced customisation > such as modifying the size of individual items or changing constants in the code, there are some other -- cgit v1.2.3-freya