adapts bash settings

This commit is contained in:
Dennis Schoepf 2025-09-21 21:41:37 +02:00
parent e06b218322
commit 4ed7f90e84
2 changed files with 8 additions and 2 deletions

View file

@ -137,6 +137,10 @@
# Shells
environment.shells = [ pkgs.bash ];
programs.bash = {
enableLsColors = true;
completion.enable = true;
};
# System settings
system = {