fix: slack and zoom cannot be home manager modules
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
slack
|
|
||||||
awscli2
|
awscli2
|
||||||
btop
|
btop
|
||||||
zoxide
|
zoxide
|
||||||
|
|||||||
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,
|
inputs,
|
||||||
lib,
|
lib,
|
||||||
|
pkgs,
|
||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
@@ -45,7 +46,9 @@
|
|||||||
"hyprland"
|
"hyprland"
|
||||||
"nix-ld"
|
"nix-ld"
|
||||||
"secure-boot"
|
"secure-boot"
|
||||||
|
"slack"
|
||||||
"yubikey"
|
"yubikey"
|
||||||
|
"zoom"
|
||||||
])
|
])
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user