diff --git a/hosts/default/home.nix b/hosts/default/home.nix index 832fb48..23680f2 100644 --- a/hosts/default/home.nix +++ b/hosts/default/home.nix @@ -207,6 +207,7 @@ ".." = "cd .."; set-github-var = "export GITHUB=$(sed -n 2p ~/documents/.git_keys)"; set-gitlab-var = "export GITLAB=$(sed -n 4p ~/documents/.git_keys)"; + work = "nix develop --impure"; }; }; emacs = {