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

10 lines
82 B
Nix

{
config,
pkgs,
...
}: {
services.batsignal = {
enable = true;
};
}