diff options
Diffstat (limited to 'home-manager/fish/default.nix')
| -rw-r--r-- | home-manager/fish/default.nix | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/home-manager/fish/default.nix b/home-manager/fish/default.nix index 93fd234..fb63658 100644 --- a/home-manager/fish/default.nix +++ b/home-manager/fish/default.nix @@ -6,7 +6,6 @@ interactiveShellInit = '' set fish_greeting # Disable greeting - atuin init fish | source complete -c nixos -f @@ -51,10 +50,10 @@ fetch = "fastfetch -c examples/7"; }; - shellInitLast = '' - atuin init fish | source - eval "$(starship init fish)" - ''; + + # shellInitLast = '' + # # atuin init fish | source + # ''; functions = { __fish_nixos_config_files = '' @@ -106,7 +105,7 @@ echo "Error: 'nixos clean' takes no additional arguments." return 1 end - nh clean --verbose + nh clean all --verbose case '*' echo defaultResponse return 1 |
