Files
nix-config/modules/home/programs/wlogout/options.nix
2025-12-01 16:21:12 -06:00

8 lines
118 B
Nix

{ lib, ... }:
with lib;
{
options.mjallen.programs.wlogout = {
enable = mkEnableOption "enable wlogout";
};
}