🚀 add ssh module

This commit is contained in:
Moritz Böhme 2022-11-03 21:03:36 +01:00
parent 5c0752b891
commit 4b08e874b7
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
5 changed files with 65 additions and 3 deletions

View file

@ -81,6 +81,10 @@ with lib; {
logseq.enable = true;
python.enable = true;
rofi.enable = true;
ssh = {
enable = true;
includeSecrets = [ ../../secrets/ssh-home.age ];
};
spotify.enable = true;
thunar.enable = true;
zathura.enable = true;