Add basic packages and configured zsh and nvim
This commit is contained in:
10
bash/bash.nix
Normal file
10
bash/bash.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }: {
|
||||
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
profileExtra = builtins.readFile ./bash_profile;
|
||||
initExtra = builtins.readFile ./bashrc;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user