diff --git a/nix/nas/home.nix b/nix/nas/home.nix index ed772b4..498ec8f 100644 --- a/nix/nas/home.nix +++ b/nix/nas/home.nix @@ -23,7 +23,6 @@ function fish_greeting; end function fish_title; end end - atuin init fish | source ''; loginShellInit = '' if test "$TERM" = "dumb" @@ -45,15 +44,13 @@ programs.eza = { enable = true; - enableAliases = true; + enableFishIntegration = true; }; programs.bat = { enable = true; }; - home.packages = with pkgs; [atuin]; - # This value determines the Home Manager release that your # configuration is compatible with. This helps avoid breakage # when a new Home Manager release introduces backwards