Skip to content

nix: add theme setting to nix config#19

Merged
NotAShelf merged 2 commits intoNotAShelf:mainfrom
mBuschauer:main
Feb 8, 2026
Merged

nix: add theme setting to nix config#19
NotAShelf merged 2 commits intoNotAShelf:mainfrom
mBuschauer:main

Conversation

@mBuschauer
Copy link
Contributor

@mBuschauer mBuschauer commented Jan 24, 2026

Added theme option to nix config, still can't figure out how to fix this line:

Environment =
          lib.optional (cfg.adminUrl != null)
          ["TAILRAY_ADMIN_URL=${cfg.adminUrl}"]
          ++ [
            "TAILRAY_THEME=${cfg.theme}"
          ];

@NotAShelf NotAShelf merged commit 3bdcacf into NotAShelf:main Feb 8, 2026
@NotAShelf
Copy link
Owner

Sorry for the delay, and thank you for your patience :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants