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;
in
{
config = lib.mkIf cfg.enable{
systemd.user.targets.graphical-session = {
wants = [ "arrpc.service" ];
};
config = lib.mkIf cfg.enable {
programs.nixcord = {
enable = true; # Enable Nixcord (It also installs Discord)
discord = {