nix-config/home/features/desktop/irc.nix
2024-09-03 22:50:30 +02:00

5 lines
72 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [
konversation
];
}