nix-config/users/phil/home.nix

45 lines
1.3 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
2025-04-01 13:17:51 +02:00
2025-03-27 15:13:31 +01:00
../../home/programs/dev # Dev Tools
2025-03-27 14:59:12 +01:00
../../home/programs/media/media.nix
../../home/programs/media/obs.nix
../../home/programs/media/spotify.nix
2025-03-25 01:26:22 +01:00
2025-04-01 13:52:53 +02:00
../../home/programs/productivity/obsidian.nix
../../home/programs/productivity/trilium.nix
2025-03-27 15:13:31 +01:00
# ../../home/programs/productivity/thunderbird.nix
2025-03-27 14:59:12 +01:00
../../home/programs/productivity/blender.nix
2025-03-27 15:13:31 +01:00
# ../../home/programs/productivity/onlyoffice.nix
2025-03-27 14:59:12 +01:00
../../home/programs/productivity/slicer.nix
2025-04-01 14:02:11 +02:00
../../home/programs/productivity/okular.nix
2025-03-27 14:59:12 +01:00
../../home/programs/social/element.nix
../../home/programs/social/webcord.nix
../../home/programs/web/firefox.nix
2025-03-27 15:14:41 +01:00
# Games
2025-03-28 11:31:14 +01:00
# ../../home/programs/games/itch.nix
2025-03-27 15:14:41 +01:00
../../home/programs/games/steam.nix
../../home/programs/games/lutris.nix
../../home/programs/games/opensource.nix
2025-03-24 12:11:44 +01:00
];
programs.git = {
userName = "DerGrumpf";
userEmail = "p.keier@beyerstedt-it.de";
};
2025-03-27 15:04:38 +01:00
}