Files
dotfiles/home/services/default.nix
2025-07-18 11:52:53 +05:30

9 lines
114 B
Nix

{...}: {
imports = [
# ./syncthing.nix
# ./command-runner.nix
./swaync.nix
./swayosd.nix
];
}