nixhome/communications-gui.nix

8 lines
93 B
Nix

{ config, pkgs, ... }:
{
home.packages = with pkgs; [
discord
quasselClient
];
}