Skip to content

Instantly share code, notes, and snippets.

View hencjo's full-sized avatar

Henrik Sjöstrand hencjo

View GitHub Profile
{ config, lib, pkgs, ...}:
with lib;
let
cfg = config.services.batteryNotifier;
in {
options = {
services.batteryNotifier = {
enable = mkOption {