Added: ZapZap (WhatsApp)

This commit is contained in:
2025-04-08 19:51:19 +02:00
parent 70dac1dc0d
commit c52be4f71b
8 changed files with 68 additions and 51 deletions

View File

@@ -1,4 +1,4 @@
{pkgs, ...}: {
{pkgs, catppuccin, ...}: {
##################################################################################################################
#
# All Phil's Home Manager Configuration
@@ -10,7 +10,7 @@
../../home/xdg.nix # Bindings
../../home/hyprland # Window Manager
../../home/themes/dark
# ../../home/themes/dark
../../home/hyprland/waybar/double-monitor.nix
../../home/programs/dev # Dev Tools
@@ -27,6 +27,7 @@
../../home/programs/social/element.nix
../../home/programs/social/webcord.nix
../../home/programs/social/zapzap.nix
../../home/programs/web/firefox.nix
@@ -34,9 +35,16 @@
../../home/programs/games/itch.nix
../../home/programs/games/steam.nix
../../home/programs/games/lutris.nix
../../home/programs/games/opensource.nix
# ../../home/programs/games/opensource.nix
catppuccin.homeModules.catppuccin
];
catppuccin = {
enable = true;
flavor = "mocha";
};
programs.git = {
userName = "DerGrumpf";
userEmail = "p.keier@beyerstedt-it.de";