removes missing option

This commit is contained in:
Dennis Schoepf 2025-09-21 21:45:31 +02:00
parent d380fdffa9
commit aeeaccae23

View file

@ -138,7 +138,6 @@
# Shells # Shells
environment.shells = [ pkgs.bash ]; environment.shells = [ pkgs.bash ];
programs.bash = { programs.bash = {
enableLsColors = true;
completion.enable = true; completion.enable = true;
}; };