feat(home): Add simplex-chat desktop app
This commit is contained in:
parent
6fcd3d801e
commit
0c6b23849f
2 changed files with 6 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
./programs/rofi
|
||||
./programs/xmonad
|
||||
./programs/jitsi-meet
|
||||
./programs/simplex-chat
|
||||
./services/polybar
|
||||
./services/dunst
|
||||
./services/udiskie
|
||||
|
|
|
|||
5
home/alex/programs/simplex-chat/default.nix
Normal file
5
home/alex/programs/simplex-chat/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
config.home.packages = [ pkgs.simplex-chat-desktop ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue