From 791bc419b6dac7c70951981ef6b34cdf85828470 Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 20 Dec 2025 03:14:45 +0100 Subject: absolutely massive rewrite, made (almost) everything modular with changes to come --- modules/hm/git.nix | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 modules/hm/git.nix (limited to 'modules/hm/git.nix') diff --git a/modules/hm/git.nix b/modules/hm/git.nix deleted file mode 100644 index dc11881..0000000 --- a/modules/hm/git.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ ... }: -{ - programs.git = { - enable = true; - settings = { - user.name = "adikro"; - user.email = "adikro@disroot.org"; - init.defaultBranch = "main"; - }; - }; -} -- cgit v1.3