update on pc

This commit is contained in:
kp2pml30 2025-03-19 18:36:47 +04:00
parent 6f3eb7dbe2
commit 8ef03fdd80
8 changed files with 205 additions and 50 deletions

View file

@ -6,5 +6,8 @@
}:
let
cfg = config.kp2pml30;
in lib.mkIf cfg.messengers.personal {
in lib.mkIf cfg.messengers.work {
users.users.${cfg.username}.packages = with pkgs; [
slack
];
}