14 lines
156 B
Nix
14 lines
156 B
Nix
{
|
|
|
|
programs.bash.enable = true;
|
|
|
|
programs.fish = {
|
|
enable = true;
|
|
};
|
|
|
|
programs.helix = {
|
|
enable = true;
|
|
defaultEditor = true;
|
|
};
|
|
|
|
}
|