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