fix(dunst): symlink to themes properly

This commit is contained in:
Barrett Ruth 2026-02-15 11:56:08 -05:00
parent 713815d335
commit b11fb50222
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
3 changed files with 28 additions and 22 deletions

View file

@ -47,6 +47,7 @@ in
home.sessionVariables = lib.mkMerge [
{
FZF_DEFAULT_OPTS_FILE = "${config.xdg.configHome}/fzf/themes/theme";
LESSHISTFILE = "-";
WGETRC = "${config.xdg.configHome}/wgetrc";
LUAROCKS_CONFIG = "${config.xdg.configHome}/luarocks/config.lua";
@ -246,9 +247,6 @@ in
"--bind=ctrl-b:half-page-up"
"--no-scrollbar"
"--no-info"
"--color=fg:${c.fg},bg:${c.bg},hl:${c.accent}"
"--color=fg+:${c.fg},bg+:${c.bgAlt},hl+:${c.accent}"
"--color=info:${c.green},prompt:${c.accent},pointer:${c.fg},marker:${c.green},spinner:${c.fg}"
];
changeDirWidgetCommand = "fd --type d --hidden";
fileWidgetCommand = "rg --files --hidden";