refactor: namespace git cli options under git module

This commit is contained in:
2026-03-11 21:25:32 +01:00
parent 83cb9cdec1
commit 1ecb690f0d
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ in
browser.primary = "librewolf";
cloud.hetzner.enable = true;
comms.signal.enable = true;
github.enable = true;
git.github.enable = true;
shell.bash.aliases.lang-js = true;
shell.bash.addBinToPath = true;
+1 -1
View File
@@ -44,7 +44,7 @@ in
browser.primary = "librewolf";
cloud.hetzner.enable = true;
comms.signal.enable = true;
github.enable = true;
git.github.enable = true;
shell.bash.aliases.lang-js = true;
shell.bash.addBinToPath = true;
+2 -2
View File
@@ -104,8 +104,8 @@ in
};
database.mssql.enable = true;
database.postgresql.enable = true;
github.enable = true;
gitlab.enable = true;
git.github.enable = true;
git.gitlab.enable = true;
secrets.vault.enable = true;
programs = {