diff options
| author | schererleander <leander@schererleander.de> | 2025-07-29 02:03:38 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-07-29 02:03:38 +0200 |
| commit | c2f0d9bebe68c11f4d018a18bd5d3880712c6873 (patch) | |
| tree | d40b3e3faf65fdc618c2dd62cd548aac6e545ac4 /modules/nixcord.nix | |
| parent | 97cf1a9390cbb56bb904c777ebe8f6f559a7d8a4 (diff) | |
chore: move home-manager modules in seperate folder
Diffstat (limited to 'modules/nixcord.nix')
| -rw-r--r-- | modules/nixcord.nix | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/modules/nixcord.nix b/modules/nixcord.nix deleted file mode 100644 index 0be180b..0000000 --- a/modules/nixcord.nix +++ /dev/null @@ -1,26 +0,0 @@ -{ config, lib, pkgs, inputs, ... }: - -{ - options.nixcord.enable = lib.mkEnableOption "Enable nixcord and setup"; - config = lib.mkIf config.nixcord.enable { - programs.nixcord = { - enable = true; # enable Nixcord. Also installs discord package - #quickCss = "some CSS"; # quickCSS file - config = { - #useQuickCss = true; # use our quickCSS - #themeLinks = [ # or use an online theme - # "https://raw.githubusercontent.com/link/to/some/theme.css" - #]; - frameless = true; # set some Vencord options - plugins = { - hideAttachments.enable = true; # Enable a Vencord plugin - ignoreActivities = { # Enable a plugin and set some options - enable = true; - ignorePlaying = true; - ignoreWatching = true; - }; - }; - }; - }; - }; -}
\ No newline at end of file |
