fix: install bash and enable bash integration for direnv
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
enableBashIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -90,6 +90,7 @@ in
|
||||
gnupg
|
||||
postgresql_17
|
||||
dig
|
||||
bash
|
||||
|
||||
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user