diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-10-24 08:47:50 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-10-24 08:47:50 +0000 |
| commit | 6dce4533d3d9488235d3e31c77ed445562bfa4b7 (patch) | |
| tree | 569c36529d8fb4492e6465dd2bfae8845275c443 /home-manager/fish/default.nix | |
| parent | upgraded nixos (diff) | |
fixed nh clean
Diffstat (limited to '')
| -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 |
