remove matrix/xmpp clients

This commit is contained in:
41666 2024-02-10 10:40:38 -05:00
parent 151bc07937
commit 28eebf0a2b

View file

@ -8,15 +8,8 @@ in
#../../features/spotify.nix #../../features/spotify.nix
]; ];
programs.nheko.enable = true;
home = { home = {
inherit homeDirectory; inherit homeDirectory;
username = "noe"; username = "noe";
packages = with pkgs; [
profanity
gomuks
];
}; };
} }