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