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, ...}: { {pkgs, ...}: {
home.packages = with pkgs; [ home.packages = with pkgs; [
slack
awscli2 awscli2
btop btop
zoxide 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, inputs,
lib, lib,
pkgs,
config, config,
... ...
}: { }: {
@@ -45,7 +46,9 @@
"hyprland" "hyprland"
"nix-ld" "nix-ld"
"secure-boot" "secure-boot"
"slack"
"yubikey" "yubikey"
"zoom"
]) ])
# #