From 094e23c357efad6c374138ec51c74cfbe05d172c Mon Sep 17 00:00:00 2001 From: maxstrb Date: Sat, 1 Nov 2025 19:15:59 +0100 Subject: [PATCH] non important commit --- home/modules/communication.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/communication.nix b/home/modules/communication.nix index d8a1b0a..f1c2c8c 100644 --- a/home/modules/communication.nix +++ b/home/modules/communication.nix @@ -1,6 +1,6 @@ {pkgs, ...}: { home.packages = with pkgs; [ discord - whatsapp-for-linux # Was ist los + wasistlos ]; }