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

20 lines
487 B
Nix

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