Archived
1
0
Fork 0

Add nix-your-shell

This commit is contained in:
Ethan Reece 2025-06-28 04:39:59 -05:00
parent 395f7f638a
commit fe23c4ca22
No known key found for this signature in database
GPG key ID: 03E0DD19D648C768

View file

@ -47,6 +47,12 @@
userEmail = "git@ethanreece.com";
userName = "Ethan Reece";
};
nix-your-shell = {
enable = true;
enableZshIntegration = true;
enableFishIntegration = true;
enableNushellIntegration = true;
};
};
services = {