mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
creating shared user settings
This commit is contained in:
8
users/shared/comms.nix
Normal file
8
users/shared/comms.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
discord-canary
|
||||
signal-desktop
|
||||
zoom-us
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user