Use the nix-helper for the nix aliases

This commit is contained in:
SebastianStork 2024-04-17 10:58:45 +02:00
parent 30faa1f2bf
commit 9a4b64345d
2 changed files with 25 additions and 11 deletions

View file

@ -20,7 +20,10 @@
shell = {
bash.enable = true;
starship.enable = true;
nixAliases.enable = true;
nixAliases = {
enable = true;
nh.enable = osConfig.nh.enable;
};
enhancedCommands.enable = true;
direnv.enable = true;
};