feat(home): add git config with example configuration for non-NixOS

This commit is contained in:
2025-12-03 15:53:22 +01:00
parent 0b58850f16
commit 7369600da7
9 changed files with 64 additions and 13 deletions
+1
View File
@@ -12,6 +12,7 @@ in
imports = [
../../modules/dconf.nix # TODO: Only enable when on Gnome?
../../modules/git.nix
../../modules/k9s.nix
(import ../../modules/taskwarrior.nix {
inherit config;
inherit pkgs;