nix develop alias
This commit is contained in:
parent
e38491d9e3
commit
449e3a0928
|
@ -99,6 +99,10 @@ in rec {
|
|||
+ builtins.readFile ../dotfiles/zshrc;
|
||||
};
|
||||
|
||||
home.shellAliases = {
|
||||
dev = "nix develop -c $SHELL";
|
||||
};
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
|
|
Loading…
Reference in New Issue
Block a user