Add git module

This commit is contained in:
aloslider
2026-03-14 16:16:20 +03:00
parent 7c82eb5dc5
commit 03548606e4
3 changed files with 20 additions and 0 deletions
+3
View File
@@ -5,6 +5,9 @@
};
home-manager = {
imports = [
./modules/home
];
useGlobalPkgs = true;
useUserPackages = true;
users.benq = { pkgs, ... }: {