nix-config/home/misc_pkgs/packages.nix

63 lines
1 KiB
Nix

{ pkgs, agenix, ... }:
{
home.packages = with pkgs; [
# Desktop Applications
vesktop
obsidian
google-chrome
signal-desktop
element-desktop
bitwarden-desktop
thunderbird
zoom-us # work :{
telegram-desktop
firefox
drawio
diebahn
# game things
openttd-jgrpp
openttd-ttf
# Terminal applications
gh # github
easyeffects
hyfetch
fastfetch
ranger
nautilus
fido2-manage
unzip
pandoc
file-roller
# For Hyprland hotkeys:
brightnessctl
playerctl
hyprshot
pavucontrol
networkmanagerapplet
# nix-tools
nix-output-monitor
nil
nh
agenix.packages.${system}.default
nixfmt-rfc-style
# Dev Things
vscodium
android-studio
jetbrains.datagrip
jetbrains.idea-ultimate
jetbrains.jdk
jetbrains.pycharm-professional
jetbrains.rust-rover
jetbrains.webstorm
wireshark
devenv
];
nixpkgs.config.vesktop.commandLineArgs = "--enable-features=UseOzonePlatform --ozone-platform=wayland";
}