feat(home): Add simplex-chat desktop app

This commit is contained in:
Alexander Kobjolke 2024-03-17 21:23:57 +01:00
parent 6fcd3d801e
commit 0c6b23849f
2 changed files with 6 additions and 0 deletions

View file

@ -6,6 +6,7 @@
./programs/rofi
./programs/xmonad
./programs/jitsi-meet
./programs/simplex-chat
./services/polybar
./services/dunst
./services/udiskie

View file

@ -0,0 +1,5 @@
{ config, lib, pkgs, ... }:
{
config.home.packages = [ pkgs.simplex-chat-desktop ];
}