mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-23 00:18:26 +02:00
feat: set hdmi0 to 1080p
feat: adjust alacritty's font size for linux fix: errors in i3 config feat: update i3blocks's scripts & style
This commit is contained in:
@@ -20,7 +20,20 @@
|
||||
extraConfig = {
|
||||
pull = {
|
||||
rebase = true;
|
||||
};
|
||||
};
|
||||
|
||||
# replace https with ssh
|
||||
url = {
|
||||
"ssh://git@github.com/" = {
|
||||
insteadOf = "https://github.com/";
|
||||
};
|
||||
"ssh://git@gitlab.com/" = {
|
||||
insteadOf = "https://gitlab.com/";
|
||||
};
|
||||
"ssh://git@bitbucket.com/" = {
|
||||
insteadOf = "https://bitbucket.com/";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# signing = {
|
||||
|
||||
Reference in New Issue
Block a user