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 = {
|
programs = {
|
||||||
less.enable = true;
|
less.enable = true;
|
||||||
git-credential-oauth.enable = true;
|
git-credential-oauth.enable = true;
|
||||||
|
git-worktree-switcher = {
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
};
|
||||||
|
|
||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -23,6 +23,12 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
defaults = {
|
||||||
|
preview = {
|
||||||
|
open = true;
|
||||||
|
width = 64;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue