marleyos/home/services/default.nix

7 lines
72 B
Nix

{ ... }:
{
imports = [
./clipboard.nix
./syncthing.nix
];
}