nix-config/users/phil/home.nix
2025-03-24 21:50:50 +01:00

20 lines
487 B
Nix

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