user services + wm in hjr, some qs workaround

This commit is contained in:
atagen 2025-10-29 12:27:35 +11:00
parent 9e3aa574eb
commit cb44e16d76
19 changed files with 393 additions and 361 deletions

View file

@ -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";