home: Move jitsi-meet into a module
This commit is contained in:
parent
a96bcaf989
commit
2e274bee2b
2 changed files with 7 additions and 9 deletions
5
home/alex/programs/jitsi-meet/default.nix
Normal file
5
home/alex/programs/jitsi-meet/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
config.home.packages = [ pkgs.jitsi-meet-electron ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue