Auto-commit: 2026-01-06 04:49:10

This commit is contained in:
2026-01-06 04:49:10 +00:00
parent 924e656e7c
commit 47c13bf42f

View File

@@ -4,10 +4,7 @@ let
cfg = nixosConfig.my.desktop.nixcord; cfg = nixosConfig.my.desktop.nixcord;
in in
{ {
config = lib.mkIf cfg.enable{ config = lib.mkIf cfg.enable {
systemd.user.targets.graphical-session = {
wants = [ "arrpc.service" ];
};
programs.nixcord = { programs.nixcord = {
enable = true; # Enable Nixcord (It also installs Discord) enable = true; # Enable Nixcord (It also installs Discord)
discord = { discord = {