diff options
| author | schererleander <leander@schererleander.de> | 2025-07-29 13:37:14 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-07-29 13:37:14 +0200 |
| commit | ff08947188dddc2349411e7de3bee7d504469381 (patch) | |
| tree | 9ec41bca5d5213585e7df547413374b212ae9f31 /modules/home-manager/nixcord.nix | |
| parent | e85ce531149d41a382921505bb0a0ca53816acfa (diff) | |
chore: formatting
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"; |
