nix-config/users/phil/home.nix

21 lines
511 B
Nix
Raw Normal View History

2025-03-24 12:11:44 +01:00
{pkgs, ...}: {
##################################################################################################################
#
2025-03-24 21:50:50 +01:00
# All Phil's Home Manager Configuration
2025-03-24 12:11:44 +01:00
#
##################################################################################################################
imports = [
../../home/core.nix
2025-03-24 23:01:13 +01:00
../../home/hyprland
2025-03-24 12:11:44 +01:00
../../home/programs
../../home/rofi
];
programs.git = {
userName = "DerGrumpf";
userEmail = "p.keier@beyerstedt-it.de";
};
}