nix-config/home/misc_pkgs/packages.nix
2024-12-29 17:23:49 +01:00

75 lines
1.2 KiB
Nix

{ pkgs, agenix, ... }:
{
home.packages = with pkgs; [
# Desktop Communcation
element-desktop
signal-desktop
telegram-desktop
vesktop
# Desktop Productivity
firefox
google-chrome
obsidian
thunderbird
zoom-us # work :{
# Desktop Utilities
ausweisapp
bitwarden-desktop
diebahn
drawio
# Desktop Media things
mpv-unwrapped
libsForQt5.gwenview
# Desktop game things
openttd-jgrpp
openttd-ttf
# Terminal applications
gh # github
easyeffects
hyfetch
fastfetch
ranger
nautilus
fido2-manage
unzip
pandoc
file-roller
wifi-qr
# For Hyprland hotkeys:
brightnessctl
playerctl
hyprshot
pavucontrol
networkmanagerapplet
waybar-mpris
# 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
filezilla
];
nixpkgs.config.vesktop.commandLineArgs = "--enable-features=UseOzonePlatform --ozone-platform=wayland";
}