aboutsummaryrefslogtreecommitdiff
path: root/modules/nixcord.nix
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-05-10 21:17:14 +0200
committerschererleander <leander@schererleander.de>2025-05-10 21:17:14 +0200
commite04b5300532d21adf889cccf05b7d1f64c290825 (patch)
tree833311b86d490bdcac002d5928243afc7be2612e /modules/nixcord.nix
parentb66ea884dfa44f9a126cd491c8cb7e91253ea104 (diff)
formatting
Diffstat (limited to 'modules/nixcord.nix')
-rw-r--r--modules/nixcord.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/nixcord.nix b/modules/nixcord.nix
index a969edf..fa0135b 100644
--- a/modules/nixcord.nix
+++ b/modules/nixcord.nix
@@ -3,13 +3,13 @@
let
cfg = config.nixcord;
in {
- options.nixcord.enable = lib.mkEnableOption "Enable nixord and setup";
+ options.nixcord.enable = lib.mkEnableOption "Enable nixcord and setup";
config = lib.mkIf cfg.enable {
programs.nixcord = {
enable = true; # enable Nixcord. Also installs discord package
#quickCss = "some CSS"; # quickCSS file
config = {
- #useQuickCss = true; # use out quickCSS
+ #useQuickCss = true; # use our quickCSS
#themeLinks = [ # or use an online theme
# "https://raw.githubusercontent.com/link/to/some/theme.css"
#];
@@ -25,4 +25,4 @@ in {
};
};
};
-}
+} \ No newline at end of file