signal + dropbox

This commit is contained in:
2024-03-05 17:37:51 +01:00
parent 34bb6b62d5
commit 66c50ae9d0
4 changed files with 12 additions and 3 deletions

5
home/programs/signal.nix Normal file
View File

@@ -0,0 +1,5 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ signal-desktop ];
}