This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
nixos-config/swp/home-mandlm.nix

9 lines
78 B
Nix
Raw Normal View History

2024-02-08 12:48:37 +00:00
{ pkgs, ... }:
{
home.packages = with pkgs; [
slack
zoom-us
];
}