fix: slack and zoom cannot be home manager modules
This commit is contained in:
8
hosts/common/optional/zoom.nix
Normal file
8
hosts/common/optional/zoom.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
zoom-us
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user