Remove atuin from nas

This commit is contained in:
Gabriel Simmer 2024-03-22 21:43:32 +00:00
parent 3399178d3c
commit 9eb07d0c18
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ

View file

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