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

@ -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 = {