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,21 +1,6 @@
|
||||||
{ config, enableGUI, inputs, pkgs, ... }: {
|
{ config, enableGUI, inputs, pkgs, ... }:
|
||||||
home.packages = with pkgs; [
|
let
|
||||||
dconf
|
discord = pkgs.discord-plugged.override {
|
||||||
ffmpeg
|
|
||||||
gnupg
|
|
||||||
kitty
|
|
||||||
nodejs-16_x
|
|
||||||
pamixer
|
|
||||||
rnix-lsp
|
|
||||||
unrar
|
|
||||||
weechat
|
|
||||||
youtube-dl
|
|
||||||
|
|
||||||
nodePackages_latest.pnpm
|
|
||||||
] ++ lib.optionals enableGUI [
|
|
||||||
adoptopenjdk-hotspot-bin-16
|
|
||||||
brave
|
|
||||||
(discord-plugged.override {
|
|
||||||
plugins = [
|
plugins = [
|
||||||
inputs.better-status-indicators
|
inputs.better-status-indicators
|
||||||
inputs.channel-typing
|
inputs.channel-typing
|
||||||
|
|
@ -35,7 +20,25 @@
|
||||||
inputs.tokyonight
|
inputs.tokyonight
|
||||||
inputs.zelk
|
inputs.zelk
|
||||||
];
|
];
|
||||||
})
|
};
|
||||||
|
in {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
dconf
|
||||||
|
ffmpeg
|
||||||
|
gnupg
|
||||||
|
kitty
|
||||||
|
nodejs-16_x
|
||||||
|
pamixer
|
||||||
|
rnix-lsp
|
||||||
|
unrar
|
||||||
|
weechat
|
||||||
|
youtube-dl
|
||||||
|
|
||||||
|
nodePackages_latest.pnpm
|
||||||
|
] ++ lib.optionals enableGUI [
|
||||||
|
adoptopenjdk-hotspot-bin-16
|
||||||
|
brave
|
||||||
|
discord
|
||||||
element-desktop
|
element-desktop
|
||||||
feh
|
feh
|
||||||
gnome.file-roller
|
gnome.file-roller
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue