nixos-config/swp/home-mandlm.nix

9 lines
78 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
slack
zoom-us
];
}