Auto-commit: 2026-01-06 04:49:10
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user