nix-config/modules/nix/notif/default.nix
smayzy 614a10248f
All checks were successful
nix flake show / show-flake (push) Successful in 34s
mv mako to module
2025-07-29 18:05:45 +02:00

7 lines
47 B
Nix

{ ... }:
{
imports = [
./mako.nix
];
}