rin/packages: move discord into let
This commit is contained in:
parent
ff5273b720
commit
7da808dafd
1 changed files with 25 additions and 22 deletions
|
|
@ -1,4 +1,27 @@
|
||||||
{ config, enableGUI, inputs, pkgs, ... }: {
|
{ config, enableGUI, inputs, pkgs, ... }:
|
||||||
|
let
|
||||||
|
discord = pkgs.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 = [
|
||||||
|
pkgs.me.discord-tokyonight
|
||||||
|
inputs.radialstatus
|
||||||
|
inputs.tokyonight
|
||||||
|
inputs.zelk
|
||||||
|
];
|
||||||
|
};
|
||||||
|
in {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
dconf
|
dconf
|
||||||
ffmpeg
|
ffmpeg
|
||||||
|
|
@ -15,27 +38,7 @@
|
||||||
] ++ lib.optionals enableGUI [
|
] ++ lib.optionals enableGUI [
|
||||||
adoptopenjdk-hotspot-bin-16
|
adoptopenjdk-hotspot-bin-16
|
||||||
brave
|
brave
|
||||||
(discord-plugged.override {
|
discord
|
||||||
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 = [
|
|
||||||
pkgs.me.discord-tokyonight
|
|
||||||
inputs.radialstatus
|
|
||||||
inputs.tokyonight
|
|
||||||
inputs.zelk
|
|
||||||
];
|
|
||||||
})
|
|
||||||
element-desktop
|
element-desktop
|
||||||
feh
|
feh
|
||||||
gnome.file-roller
|
gnome.file-roller
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue