From 145b3a008bf2427cd1e78ee26b80a3e8f1e6ec57 Mon Sep 17 00:00:00 2001 From: liv Date: Sun, 15 Sep 2024 12:36:52 +0200 Subject: [PATCH] use quassel as irc client --- home/features/desktop/irc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/features/desktop/irc.nix b/home/features/desktop/irc.nix index 26cce0f..34a360b 100644 --- a/home/features/desktop/irc.nix +++ b/home/features/desktop/irc.nix @@ -1,5 +1,5 @@ { pkgs, ... }: { home.packages = with pkgs; [ - konversation + quassel ]; }