fix(zellij): inline rose-pine theme for 0.44 UI
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user