creating shared user settings

This commit is contained in:
2026-02-11 20:03:57 -05:00
parent 56c933c8cb
commit 6bea380e3d
5 changed files with 38 additions and 29 deletions

8
users/shared/comms.nix Normal file
View File

@@ -0,0 +1,8 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
discord-canary
signal-desktop
zoom-us
];
}