.hive/modules/home/swaync/default.nix

7 lines
64 B
Nix

{...}: {
imports = [
./config.nix
./swaync.nix
];
}