9 lines
114 B
Nix
9 lines
114 B
Nix
{...}: {
|
|
imports = [
|
|
# ./syncthing.nix
|
|
# ./command-runner.nix
|
|
./swaync.nix
|
|
./swayosd.nix
|
|
];
|
|
}
|