Set git init branch to main
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
};
|
||||
|
||||
packages = with pkgs; [
|
||||
_1password
|
||||
discord
|
||||
element-desktop
|
||||
entr
|
||||
@@ -58,6 +59,7 @@
|
||||
oh-my-zsh
|
||||
pavucontrol
|
||||
python3
|
||||
spotify
|
||||
restic
|
||||
rofi
|
||||
starship
|
||||
@@ -82,6 +84,7 @@
|
||||
userEmail = "me@danielpatterson.dev";
|
||||
extraConfig = {
|
||||
pull.rebase = true;
|
||||
init.defaultBranch = "main";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -108,4 +111,16 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
spotifyd = {
|
||||
enable = true;
|
||||
package = (pkgs.spotifyd.override { withKeyring = true; });
|
||||
settings = {
|
||||
global = {
|
||||
useKeyring = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user