signal on joe

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

View file

@ -47,6 +47,9 @@
host.address = "localhost";
}
];
setEnv = {
TERM = "vt100";
};
};
"l001" = {
identityFile = age.secrets.nix2l001.path;

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 ];
}