Switch back to fish

This commit is contained in:
Nathan McCarty 2025-02-08 01:18:13 -05:00
parent 6000ad78a9
commit bbc4054f6b
6 changed files with 4 additions and 1043 deletions
home-manager/modules/programs

View file

@ -4,15 +4,13 @@
pkgs,
...
}: {
programs.nushell = {
programs.fish = {
enable = true;
configFile.source = ./nushell/config.nu;
envFile.source = ./nushell/env.nu;
};
programs.starship = {
enable = true;
enableNushellIntegration = true;
enableFishIntegration = true;
settings = {
directory = {
truncation_length = 3;