infrastructure/config/modules/home/fvwm.nix
2021-08-18 02:25:15 +01:00

9 lines
114 B
Nix

{ config, lib, ... }:
with lib;
{
options.programs.fvwm = {
enable = mkEnableOption "Enable FVWM";
};
}