diff options
Diffstat (limited to 'home/feh')
-rw-r--r-- | home/feh/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/feh/default.nix b/home/feh/default.nix index 0032252..eda4466 100644 --- a/home/feh/default.nix +++ b/home/feh/default.nix @@ -1,6 +1,7 @@ { config, lib, ... }: let cfg = config.my.home.feh; -in { +in +{ options.my.home.feh = with lib; { enable = mkEnableOption "feh configuration"; }; |