Noctalia Shell: Difference between revisions
m →Installation[2]: (the link to noctalia's docs for nixos fixed) |
No edit summary |
||
| Line 57: | Line 57: | ||
}; | }; | ||
}|name=noctalia.nix|lang=nix}} | }|name=noctalia.nix|lang=nix}} | ||
== Configuration == | |||
Noctalia's settings can be declared through the Home Manager module's <code>programs.noctalia.settings</code> option, which writes <code>~/.config/noctalia/config.toml</code> from the Nix store. The file is generated only when <code>settings</code> is non-empty, so leaving it unset is one way to keep that file under your own control — for example by managing <code>~/.config/noctalia</code> as an out-of-store symlink.<ref>[https://wiki.infernalcode.com/desktop/noctalia/ Noctalia Architecture — Volatile NixOS Configuration]</ref> Note that <code>customPalettes</code> is written to <code>~/.config/noctalia/palettes/</code> independently of this option. | |||
== See also == | |||
* [https://wiki.infernalcode.com/desktop/noctalia/ Noctalia Architecture — Volatile NixOS Configuration] — a worked v5 configuration: bar and plugin layout, and a generated Material 3 palette shared with the terminal and prompt. | |||