nix-config/home/features/desktop/irc.nix
2024-09-15 12:36:52 +02:00

5 lines
67 B
Nix

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