fix
This commit is contained in:
@@ -66,18 +66,20 @@
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
"glow/glow.yml".text = ''
|
"glow/glow.yml".text =
|
||||||
# style name or JSON path (default "auto")
|
lib.concatStringsSep "\n" [
|
||||||
style: "${config.xdg.configHome}/glow/rose-pine-dawn.json"
|
"# style name or JSON path (default \"auto\")"
|
||||||
# mouse support (TUI-mode only)
|
"style: \"${config.xdg.configHome}/glow/rose-pine-dawn.json\""
|
||||||
mouse: false
|
"# mouse support (TUI-mode only)"
|
||||||
# use pager to display markdown
|
"mouse: false"
|
||||||
pager: false
|
"# use pager to display markdown"
|
||||||
# word-wrap at width
|
"pager: false"
|
||||||
width: 80
|
"# word-wrap at width"
|
||||||
# show all files, including hidden and ignored.
|
"width: 80"
|
||||||
all: false
|
"# show all files, including hidden and ignored."
|
||||||
'';
|
"all: false"
|
||||||
|
""
|
||||||
|
];
|
||||||
"glow/rose-pine-dawn.json".source = ./_terminal/rose-pine-dawn-glow.json;
|
"glow/rose-pine-dawn.json".source = ./_terminal/rose-pine-dawn-glow.json;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user