signal on joe

This commit is contained in:
RingOfStorms (Josh) 2024-08-05 15:13:10 -05:00
parent 2b0aefe261
commit 3ea05ca3a0
5 changed files with 32 additions and 6 deletions

View file

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

View file

@ -1,5 +1,6 @@
{ settings, pkgs, ... }:
{ pkgs, ... }:
{
home.packages = with pkgs; [ gnome.nautilus qimgv ];
}