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_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