nix-config/users/phil/home.nix
2025-03-26 14:00:20 +01:00

20 lines
495 B
Nix

{pkgs, ...}: {
##################################################################################################################
#
# All Phil's Home Manager Configuration
#
##################################################################################################################
imports = [
../../home/core.nix
../../home/hyprland
../../home/programs
];
programs.git = {
userName = "DerGrumpf";
userEmail = "p.keier@beyerstedt-it.de";
};
}