nix-config/users/phil/home.nix

37 lines
1.1 KiB
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 = [
2025-03-27 14:59:12 +01:00
../../home/core.nix # Setup Home
../../home/xdg.nix # Bindings
../../home/hyprland # Window Manager
../../home/dev # Dev Tools
../../home/programs/media/media.nix
../../home/programs/media/obs.nix
../../home/programs/media/spotify.nix
2025-03-25 01:26:22 +01:00
2025-03-27 14:59:12 +01:00
../../home/programs/productivity/obsidian.nix
../../home/programs/productivity/thunderbird.nix
../../home/programs/productivity/blender.nix
../../home/programs/productivity/onlyoffice.nix
../../home/programs/productivity/slicer.nix
../../home/programs/social/element.nix
../../home/programs/social/webcord.nix
../../home/programs/web/firefox.nix
2025-03-24 12:11:44 +01:00
];
programs.git = {
userName = "DerGrumpf";
userEmail = "p.keier@beyerstedt-it.de";
};
2025-03-27 14:59:12 +01:00