feat: enable syncthing
This commit is contained in:
parent
548cda70d8
commit
7a1022097d
6 changed files with 26 additions and 2 deletions
|
|
@ -162,6 +162,10 @@
|
|||
home-manager.enable = true;
|
||||
};
|
||||
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
home.pointerCursor =
|
||||
let
|
||||
getFrom = url: hash: name: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue