nix-config/users/phil/home.nix
2025-03-24 23:01:13 +01:00

21 lines
511 B
Nix

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