From ff08947188dddc2349411e7de3bee7d504469381 Mon Sep 17 00:00:00 2001 From: schererleander Date: Tue, 29 Jul 2025 13:37:14 +0200 Subject: chore: formatting --- modules/home-manager/nixcord.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'modules/home-manager/nixcord.nix') 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"; -- cgit v1.3.1