nix-config/users/phil/home.nix
2025-03-25 01:26:22 +01:00

22 lines
542 B
Nix

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