Skip to content

Commit

Permalink
home-manager/dev: move tealdeer from cli
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Nov 22, 2024
1 parent 7dc8282 commit 4647841
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 0 additions & 2 deletions home-manager/cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,8 @@ in
page
procps
pv
python3
ripgrep
rlwrap
tealdeer
tokei
wget
];
Expand Down
12 changes: 12 additions & 0 deletions home-manager/dev/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,18 @@
enable = true;
enableZshIntegration = false;
};
tealdeer = {
enable = true;
settings = {
display = {
compact = false;
use_pager = true;
};
updates = {
auto_update = false;
};
};
};
zsh.initExtra = # bash
# manually creating integrations since this is faster than calling
# the `direnv hook zsh` itself during startup
Expand Down

0 comments on commit 4647841

Please sign in to comment.