From 1aecda08d2dae31aa855b5c873696ef680664a48 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 9 Jan 2025 14:09:23 -0600 Subject: fix mimewiz in home setup and add pdfchain to office software --- modules/home/initial-home-setup.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home/initial-home-setup.nix b/modules/home/initial-home-setup.nix index 2348b79..046f5a5 100644 --- a/modules/home/initial-home-setup.nix +++ b/modules/home/initial-home-setup.nix @@ -11,8 +11,9 @@ run rm -f $VERBOSE_ARG $HOME/{.zcompdump,.zshrc,.zsh_history,.bash_history} ''; mimewiz = lib.hm.dag.entryAfter ["writeBoundary"] '' + export PATH="${pkgs.xdg-utils}/bin:$PATH" export PATH="$HOME/.local/bin/misc:$PATH" - run mimewiz # already verbose + run mimewiz -i # already verbose ''; createDirs = lib.hm.dag.entryAfter ["writeBoundary"] '' run mkdir -p $VERBOSE_ARG "${userDetails.home.downloads}" -- cgit v1.2.3