fix: slack and zoom cannot be home manager modules
This commit is contained in:
8
hosts/common/optional/slack.nix
Normal file
8
hosts/common/optional/slack.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
slack
|
||||
];
|
||||
}
|
||||
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
|
||||
];
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
inputs,
|
||||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
@@ -45,7 +46,9 @@
|
||||
"hyprland"
|
||||
"nix-ld"
|
||||
"secure-boot"
|
||||
"slack"
|
||||
"yubikey"
|
||||
"zoom"
|
||||
])
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user