fix(zellij): inline rose-pine theme for 0.44 UI

This commit is contained in:
2026-03-24 09:55:39 +00:00
parent 85f2d5c19f
commit 9bd22bc5de
3 changed files with 207 additions and 12 deletions

View File

@@ -6,6 +6,7 @@
};
den.aspects.terminal.homeManager = {
config,
pkgs,
lib,
...
@@ -64,6 +65,22 @@
clipboard-write = allow
'';
xdg.configFile = {
"glow/glow.yml".text = ''
# style name or JSON path (default "auto")
style: "${config.xdg.configHome}/glow/rose-pine-dawn.json"
# mouse support (TUI-mode only)
mouse: false
# use pager to display markdown
pager: false
# word-wrap at width
width: 80
# show all files, including hidden and ignored.
all: false
'';
"glow/rose-pine-dawn.json".source = ./_terminal/rose-pine-dawn-glow.json;
};
programs.bat = {
enable = true;
config = {