16 lines
360 B
Plaintext
16 lines
360 B
Plaintext
##############################################
|
|
# Enabled shells (source-of-truth)
|
|
#
|
|
# Edit this file in the repo:
|
|
# ./assets/conf/dev/terminal/enabled_shells.conf
|
|
#
|
|
# After changing, rebuild Home Manager / your system as you normally do.
|
|
##############################################
|
|
|
|
[enabled_shells]
|
|
bash = yes
|
|
zsh = yes
|
|
fish = no
|
|
dash = no
|
|
nushell = no
|