From c7dcec5b8a5185355a16e68944623973e2e533ed Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sun, 29 Sep 2024 23:06:50 -0500 Subject: run mimewiz after cloning repos --- home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home.nix b/home.nix index 78608a9..f2d4897 100644 --- a/home.nix +++ b/home.nix @@ -16,6 +16,10 @@ cleanupHome = lib.hm.dag.entryAfter ["writeBoundary"] '' run rm -f $VERBOSE_ARG $HOME/{.zcompdump,.zshrc,.zsh_history,.bash_history} ''; + mimewiz = lib.hm.dag.entryAfter ["writeBoundary"] '' + export PATH="$HOME/.local/bin/misc:$PATH" + run mimewiz # already verbose + ''; }; }; @@ -26,6 +30,7 @@ userEmail = "tjk@tjkeller.xyz"; # TODO set to user email }; firefox = { + # TODO see if there is way to login to moz account in profile enable = true; profiles = let search = { -- cgit v1.2.3