Add nix-your-shell
This commit is contained in:
parent
395f7f638a
commit
fe23c4ca22
1 changed files with 6 additions and 0 deletions
|
@ -47,6 +47,12 @@
|
||||||
userEmail = "git@ethanreece.com";
|
userEmail = "git@ethanreece.com";
|
||||||
userName = "Ethan Reece";
|
userName = "Ethan Reece";
|
||||||
};
|
};
|
||||||
|
nix-your-shell = {
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
enableFishIntegration = true;
|
||||||
|
enableNushellIntegration = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
Reference in a new issue