Skip to content

Commit

Permalink
feat: remove atuin
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Jun 18, 2024
1 parent 2d16de3 commit f659bf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/poketwo/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ in
systemPackages = with pkgs; [
zsh
zsh-powerlevel10k
atuin
# atuin
];
};

Expand All @@ -27,11 +27,11 @@ in
interactiveShellInit = ''
source ${pkgs.zsh-powerlevel10k}/share/zsh-powerlevel10k/powerlevel10k.zsh-theme
source /etc/p10k.zsh
eval "$(atuin init zsh --disable-up-arrow)"
# eval "$(atuin init zsh --disable-up-arrow)"
'';
};

users.defaultUserShell = pkgs.zsh;
services.atuin.enable = true;
# services.atuin.enable = true;
};
}

0 comments on commit f659bf5

Please sign in to comment.