qol(git@modules): git is now a module

This commit is contained in:
2025-10-21 09:58:23 +01:00
parent 2903440a12
commit 9f65a9f4c1
4 changed files with 39 additions and 12 deletions

View File

@@ -36,19 +36,18 @@
youtube-music.enable = true;
unityhub.enable = true;
direnv.enable = true;
git.enable = true;
};
# Home Manager needs a bit of information about you and the paths it should
# manage.
home.username = "doloro";
home.homeDirectory = "/home/doloro";
programs.git = {
services.gpg-agent = {
enable = true;
settings = {
user = {
name = "Doloro1978";
email = "doloroo@proton.me";
};
pinentry = {
package = pkgs.pinentry-qt;
program = "pinentry-qt";
};
};
xdg.mimeApps.enable = true;
@@ -75,6 +74,7 @@
btop
sops
alcom
gcr
];
# sops.age.keyFile = "/home/doloro/.config/sops/age/key.txt";
@@ -117,6 +117,7 @@
enable = true;
};
};
xdg.configFile."mimeapps.list".force = true;
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
}