summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home.nix5
1 files changed, 5 insertions, 0 deletions
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 = {