Added: Bunch of Programs

This commit is contained in:
2025-03-27 14:59:12 +01:00
parent 8415352b65
commit 53065b1bd1
246 changed files with 318 additions and 94 deletions

View File

@@ -6,15 +6,31 @@
##################################################################################################################
imports = [
../../home/core.nix
../../home/core.nix # Setup Home
../../home/xdg.nix # Bindings
../../home/hyprland # Window Manager
../../home/hyprland
../../home/programs/games.nix
../../home/programs
../../home/dev # Dev Tools
../../home/programs/media/media.nix
../../home/programs/media/obs.nix
../../home/programs/media/spotify.nix
../../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
];
programs.git = {
userName = "DerGrumpf";
userEmail = "p.keier@beyerstedt-it.de";
};
}