diff options
Diffstat (limited to 'modules/home-manager/nixcord.nix')
| -rw-r--r-- | modules/home-manager/nixcord.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/home-manager/nixcord.nix b/modules/home-manager/nixcord.nix index c45566b..26cd39c 100644 --- a/modules/home-manager/nixcord.nix +++ b/modules/home-manager/nixcord.nix @@ -1,4 +1,8 @@ -{ config, lib, ... }: +{ + config, + lib, + ... +}: { options.nixcord.enable = lib.mkEnableOption "Enable nixcord and setup"; |
