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