user services + wm in hjr, some qs workaround
This commit is contained in:
parent
9e3aa574eb
commit
cb44e16d76
19 changed files with 393 additions and 361 deletions
|
|
@ -8,7 +8,7 @@
|
|||
scope "user" {
|
||||
programs = {
|
||||
direnv = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
integrations.fish.enable = true;
|
||||
};
|
||||
|
||||
|
|
@ -19,15 +19,12 @@ scope "user" {
|
|||
name = "atagen";
|
||||
email = "boss@atagen.co";
|
||||
};
|
||||
# merge = {
|
||||
# conflictstyle = "diff3";
|
||||
# };
|
||||
init = {
|
||||
defaultBranch = "main";
|
||||
};
|
||||
url = {
|
||||
"https://github.com/".insteadOf = "github:";
|
||||
"https://git.atagen.co/".insteadOf = "atagen:";
|
||||
"https://git.atagen.co/atagen".insteadOf = "atagen:";
|
||||
"https://codeberg.org/".insteadOf = "codeberg:";
|
||||
};
|
||||
credential.helper = "rbw";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue