From 6dce4533d3d9488235d3e31c77ed445562bfa4b7 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Fri, 24 Oct 2025 10:47:50 +0200 Subject: fixed nh clean --- home-manager/fish/default.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'home-manager/fish') 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 -- cgit v1.2.3