fmt
This commit is contained in:
@@ -4,10 +4,12 @@
|
||||
osConfig,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
}:
|
||||
let
|
||||
inherit (lib) mkIf mkEnableOption;
|
||||
cfg = config.home.programs.aerc;
|
||||
in {
|
||||
in
|
||||
{
|
||||
options = {
|
||||
home.programs.aerc.enable = mkEnableOption "Enables aerc";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user