fix: slack and zoom cannot be home manager modules

This commit is contained in:
2025-12-09 21:59:55 +05:00
parent 126d6c8e6c
commit 0fde6222da
4 changed files with 19 additions and 1 deletions

View File

@@ -1,6 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
slack
awscli2
btop
zoxide

View File

@@ -0,0 +1,8 @@
{
pkgs,
...
}: {
environment.systemPackages = with pkgs; [
slack
];
}

View File

@@ -0,0 +1,8 @@
{
pkgs,
...
}: {
environment.systemPackages = with pkgs; [
zoom-us
];
}

View File

@@ -1,6 +1,7 @@
{
inputs,
lib,
pkgs,
config,
...
}: {
@@ -45,7 +46,9 @@
"hyprland"
"nix-ld"
"secure-boot"
"slack"
"yubikey"
"zoom"
])
#