Add librewolf

This commit is contained in:
muon 2024-06-12 15:09:24 +00:00
parent 349e926e32
commit e626f9d97e
5 changed files with 28 additions and 3 deletions

View file

@ -29,6 +29,11 @@ in {
path = "${config.xdg.dataHome}/zsh/history";
};
initExtra = ''
autoload -U compinit
setopt no_auto_remove_slash
'';
shellAliases = aliases;
plugins = with pkgs; [

View file

@ -7,7 +7,7 @@ in with lib; {
config = mkIf cfg.tools.enable {
programs.zellij = {
enable = true;
enableZshIntegration = mkIf cfg.zsh.enable true;
# enableZshIntegration = mkIf cfg.zsh.enable true;
};
programs.zoxide = {