feat(home): Enable syncthing and tray service
This commit is contained in:
parent
e97ecf3f58
commit
d88ee22bd6
2 changed files with 9 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
||||||
./services/picom
|
./services/picom
|
||||||
./services/screen-locker
|
./services/screen-locker
|
||||||
./services/blueman-applet
|
./services/blueman-applet
|
||||||
|
./services/syncthing
|
||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
|
|
||||||
8
home/alex/services/syncthing/default.nix
Normal file
8
home/alex/services/syncthing/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
config.services.syncthing = {
|
||||||
|
enable = true;
|
||||||
|
tray.enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue