adapts bash settings
This commit is contained in:
parent
e06b218322
commit
4ed7f90e84
2 changed files with 8 additions and 2 deletions
|
|
@ -137,6 +137,10 @@
|
|||
|
||||
# Shells
|
||||
environment.shells = [ pkgs.bash ];
|
||||
programs.bash = {
|
||||
enableLsColors = true;
|
||||
completion.enable = true;
|
||||
};
|
||||
|
||||
# System settings
|
||||
system = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue