initial commit
This commit is contained in:
13
home/panotaka/common/optional/comms/default.nix
Normal file
13
home/panotaka/common/optional/comms/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
# FIXME(starter): add/edit any optional, communications related pkgs here
|
||||
{pkgs, ...}: {
|
||||
#imports = [ ./foo.nix ];
|
||||
|
||||
home.packages = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
teams-for-linux
|
||||
signal-desktop
|
||||
discord
|
||||
;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user