flakes/modules/user/packages-rin.nix

58 lines
1.1 KiB
Nix
Raw Normal View History

{ config, enableGUI, inputs, pkgs, ... }: {
2021-07-15 20:57:51 +07:00
home.packages = with pkgs; [
ffmpeg
gnupg
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-07-15 20:57:51 +07:00
wine-osu
(winetricks.override { wine = wine-osu; })
youtube-dl
nodePackages_latest.pnpm
] ++ lib.optionals enableGUI [
brave
(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
];
})
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
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
];
}