stylix: enable on media server via stylix-stable (release-25.11)
Add a stylix-stable input pinned to release-25.11 so the media server gets Stylix theming without pulling in unstable nixpkgs. btop is now managed by Home Manager on all hosts with Stylix auto-theming. Desktop-only config (Zen/Vesktop CSS, GTK icons) is guarded behind an isDesktop check in stylix.nix. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f7f258651e
commit
b713d64211
5 changed files with 321 additions and 20 deletions
|
|
@ -21,7 +21,7 @@ in
|
|||
|
||||
# btop — stylix's btop target writes the colour theme; we keep our
|
||||
# non-colour preferences here.
|
||||
programs.btop = lib.mkIf isDesktop {
|
||||
programs.btop = {
|
||||
enable = true;
|
||||
settings = {
|
||||
theme_background = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue