Add syncthing
This commit is contained in:
parent
bcd0288107
commit
faef61c066
2 changed files with 26 additions and 0 deletions
18
home-manager/modules/programs/desktop.nix
Normal file
18
home-manager/modules/programs/desktop.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
];
|
||||
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
tray = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue