🚀 add ssh module
This commit is contained in:
parent
5c0752b891
commit
4b08e874b7
5 changed files with 65 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue