Compare commits
2 commits
73c1ab8d56
...
532200060b
Author | SHA1 | Date | |
---|---|---|---|
532200060b | |||
9056c04c00 |
2 changed files with 10 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
programs = {
|
||||
less.enable = true;
|
||||
git-credential-oauth.enable = true;
|
||||
git-worktree-switcher = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
git = {
|
||||
enable = true;
|
||||
|
|
|
@ -23,6 +23,12 @@
|
|||
enable = true;
|
||||
|
||||
settings = {
|
||||
defaults = {
|
||||
preview = {
|
||||
open = true;
|
||||
width = 64;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue