Auto-commit: 2026-01-06 04:44:13
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
|
|
||||||
|
{ nixosConfig, lib, pkgs, inputs, ... }:
|
||||||
|
let
|
||||||
|
cfg = nixosConfig.my.desktop.nixcord;
|
||||||
|
in
|
||||||
{
|
{
|
||||||
programs.nixcord = {
|
programs.nixcord = lib.mkIf cfg.enable {
|
||||||
enable = true; # Enable Nixcord (It also installs Discord)
|
enable = true; # Enable Nixcord (It also installs Discord)
|
||||||
discord = {
|
discord = {
|
||||||
vencord.enable = false; # Use Vencord (default)
|
vencord.enable = false; # Use Vencord (default)
|
||||||
|
|||||||
Reference in New Issue
Block a user