moved home manager to module

This commit is contained in:
MichaelFisher1997
2025-05-11 00:35:27 +01:00
parent 08fd509efb
commit ab30a93005
2 changed files with 11 additions and 17 deletions

View File

@@ -5,10 +5,10 @@
programs.fish.enable = true;
programs.git = {
enable = true;
userName = "MichaelFisher1997";
};
#programs.git = {
# enable = true;
# userName = "MichaelFisher1997";
#};
home.packages = with pkgs; [
jdk8