feat(powercord): add Discolored theme

This commit is contained in:
Infinidoge 2022-03-21 01:04:18 -04:00
parent 10fe8fb158
commit d9170aea67
2 changed files with 7 additions and 2 deletions

View file

@ -73,6 +73,9 @@
discord-voice-chat-utilities = { url = "github:dutake/voice-chat-utilities"; flake = false; };
discord-voice-user-count = { url = "github:tuanbinhtran/voice-user-count"; flake = false; };
discord-webhook-tag = { url = "github:BenSegal855/webhook-tag"; flake = false; };
# --- Themes ---
discord-Discolored = { url = "github:NYRI4/Discolored"; flake = false; };
};
outputs = inputs@{ self, nixpkgs, fup, powercord-overlay, ... }:
@ -159,7 +162,9 @@
discord-voice-user-count
discord-webhook-tag
];
themes = with inputs; [ ];
themes = with inputs; [
discord-Discolored
];
});
};
};