aboutsummaryrefslogtreecommitdiff
path: root/modules/home-manager/nixcord.nix
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-07-29 13:37:14 +0200
committerschererleander <leander@schererleander.de>2025-07-29 13:37:14 +0200
commitff08947188dddc2349411e7de3bee7d504469381 (patch)
tree9ec41bca5d5213585e7df547413374b212ae9f31 /modules/home-manager/nixcord.nix
parente85ce531149d41a382921505bb0a0ca53816acfa (diff)
chore: formatting
Diffstat (limited to 'modules/home-manager/nixcord.nix')
-rw-r--r--modules/home-manager/nixcord.nix6
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";