infrastructure/depot/modules/home/fvwm.nix
2021-08-09 02:41:43 +01:00

9 lines
114 B
Nix

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