discord: add powercord with a bunch of stuff
This commit is contained in:
parent
16c5912449
commit
29aac7e6e5
3 changed files with 335 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, enableGUI, pkgs, ... }: {
|
||||
{ config, enableGUI, inputs, pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
ffmpeg
|
||||
gnupg
|
||||
|
|
@ -16,7 +16,25 @@
|
|||
nodePackages_latest.pnpm
|
||||
] ++ lib.optionals enableGUI [
|
||||
brave
|
||||
discord-canary
|
||||
(discord-plugged.override {
|
||||
plugins = [
|
||||
inputs.better-status-indicators
|
||||
inputs.channel-typing
|
||||
inputs.discord-tweaks
|
||||
inputs.fix-user-popouts
|
||||
inputs.no-double-back-pc
|
||||
inputs.powercord-popout-fix
|
||||
inputs.rolecolor-everywhere
|
||||
inputs.theme-toggler
|
||||
inputs.twemoji-but-good
|
||||
inputs.view-raw
|
||||
inputs.who-reacted
|
||||
];
|
||||
themes = [
|
||||
inputs.radialstatus
|
||||
inputs.tokyonight
|
||||
];
|
||||
})
|
||||
discover-overlay
|
||||
element-desktop
|
||||
feh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue