Compare commits

...

2 commits

Author SHA1 Message Date
532200060b
feat: configure gh-dash layout 2025-04-04 13:20:20 +02:00
9056c04c00
feat: add git-worktree-switcher 2025-04-04 13:19:13 +02:00
2 changed files with 10 additions and 0 deletions

View file

@ -4,6 +4,10 @@
programs = {
less.enable = true;
git-credential-oauth.enable = true;
git-worktree-switcher = {
enable = true;
enableZshIntegration = true;
};
git = {
enable = true;

View file

@ -23,6 +23,12 @@
enable = true;
settings = {
defaults = {
preview = {
open = true;
width = 64;
};
};
};
};
};