Switch back to fish
This commit is contained in:
parent
6000ad78a9
commit
bbc4054f6b
6 changed files with 4 additions and 1043 deletions
home-manager/modules/programs
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue