Files
nixos/modules/home-manager/batsignal.nix
T

6 lines
56 B
Nix

_: {
services.batsignal = {
enable = true;
};
}