2021-08-19 21:42:26 +07:00
|
|
|
{ config, enableGUI, inputs, pkgs, ... }: {
|
2021-07-15 20:57:51 +07:00
|
|
|
home.packages = with pkgs; [
|
|
|
|
|
ffmpeg
|
|
|
|
|
gnupg
|
2021-08-21 18:06:54 +07:00
|
|
|
kitty
|
2021-07-15 20:57:51 +07:00
|
|
|
neofetch
|
|
|
|
|
nodejs-16_x
|
|
|
|
|
pamixer
|
|
|
|
|
rnix-lsp
|
|
|
|
|
transcrypt
|
|
|
|
|
unrar
|
2021-08-06 16:26:46 +07:00
|
|
|
weechat
|
2021-09-04 14:14:42 +07:00
|
|
|
inputs.nix-gaming.packages.x86_64-linux.wine-tkg
|
2021-07-15 20:57:51 +07:00
|
|
|
(winetricks.override { wine = wine-osu; })
|
|
|
|
|
youtube-dl
|
|
|
|
|
|
|
|
|
|
nodePackages_latest.pnpm
|
|
|
|
|
] ++ lib.optionals enableGUI [
|
|
|
|
|
brave
|
2021-08-19 21:42:26 +07:00
|
|
|
(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 = [
|
2021-08-26 21:03:45 +07:00
|
|
|
pkgs.discord-tokyonight
|
2021-08-19 21:42:26 +07:00
|
|
|
inputs.radialstatus
|
|
|
|
|
inputs.tokyonight
|
2021-08-26 21:03:45 +07:00
|
|
|
inputs.zelk
|
2021-08-19 21:42:26 +07:00
|
|
|
];
|
|
|
|
|
})
|
2021-07-18 14:10:58 +07:00
|
|
|
discover-overlay
|
2021-07-15 20:57:51 +07:00
|
|
|
element-desktop
|
|
|
|
|
feh
|
|
|
|
|
gnome.file-roller
|
|
|
|
|
gimp
|
2021-09-20 08:44:32 +07:00
|
|
|
jetbrains.idea-community
|
2021-07-15 20:57:51 +07:00
|
|
|
kotatogram-desktop
|
2021-07-17 05:45:38 +07:00
|
|
|
insomnia
|
2021-07-15 20:57:51 +07:00
|
|
|
lxappearance
|
|
|
|
|
maim
|
2021-07-17 05:01:45 +07:00
|
|
|
mongodb-compass
|
2021-07-17 13:32:56 +07:00
|
|
|
obs-studio
|
2021-07-15 20:57:51 +07:00
|
|
|
pavucontrol
|
2021-07-17 14:09:11 +07:00
|
|
|
screenkey
|
2021-07-15 20:57:51 +07:00
|
|
|
tor-browser-bundle-bin
|
|
|
|
|
transmission-remote-gtk
|
|
|
|
|
xclip
|
|
|
|
|
xorg.xgamma
|
|
|
|
|
];
|
|
|
|
|
}
|