2021-07-15 20:57:51 +07:00
|
|
|
{ config, enableGUI, pkgs, ... }: {
|
|
|
|
|
home.packages = with pkgs; [
|
|
|
|
|
ffmpeg
|
|
|
|
|
gnupg
|
|
|
|
|
neofetch
|
|
|
|
|
nodejs-16_x
|
|
|
|
|
pamixer
|
|
|
|
|
rnix-lsp
|
|
|
|
|
transcrypt
|
|
|
|
|
unrar
|
|
|
|
|
wine-osu
|
|
|
|
|
(winetricks.override { wine = wine-osu; })
|
|
|
|
|
youtube-dl
|
|
|
|
|
|
|
|
|
|
nodePackages_latest.pnpm
|
|
|
|
|
] ++ lib.optionals enableGUI [
|
|
|
|
|
brave
|
|
|
|
|
discord-canary
|
|
|
|
|
element-desktop
|
|
|
|
|
feh
|
|
|
|
|
gnome.file-roller
|
|
|
|
|
gimp
|
|
|
|
|
kotatogram-desktop
|
|
|
|
|
lxappearance
|
|
|
|
|
maim
|
2021-07-17 05:01:45 +07:00
|
|
|
mongodb-compass
|
2021-07-15 20:57:51 +07:00
|
|
|
pavucontrol
|
|
|
|
|
tor-browser-bundle-bin
|
|
|
|
|
transmission-remote-gtk
|
|
|
|
|
xclip
|
|
|
|
|
xorg.xgamma
|
|
|
|
|
];
|
|
|
|
|
}
|