mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
7 lines
152 B
Nix
7 lines
152 B
Nix
{ ... }: {
|
|
# unused at the moment see ../hardware/battery.nix
|
|
flake.homeModules.batsignal = { ... }: {
|
|
services.batsignal.enable = true;
|
|
};
|
|
}
|