solis fix

This commit is contained in:
KoenDR06 2025-02-28 00:19:17 +01:00
parent 07dc6ff98c
commit 377b7c895f
2 changed files with 7 additions and 9 deletions

View file

@ -18,15 +18,6 @@ in {
config = mkIf cfg.enable {
home-manager.users.${homeCfg.username} = {
programs = {
gh.enable = true;
git = {
enable = true;
userName = "KoenDR06";
userEmail = "koen.de.ruiter@hotmail.com";
};
};
home.packages = with pkgs; [
gcc
ghex