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 ]; }