diff options
Diffstat (limited to 'home.nix')
-rw-r--r-- | home.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 = { |