start
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
../common/programs/hyprland
|
||||
../common/programs/eww
|
||||
../common/programs/kitty.nix
|
||||
../common/programs/syncthing.nix
|
||||
../common/features/colorscheme.nix
|
||||
];
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user