Files
dotfiles/home/packages.nix
T
2026-09-20 04:22:32 +05:00

26 lines
344 B
Nix

# User-level packages: things installed for user rather than system-wide.
{ pkgs, ... }:
{
home.packages = with pkgs; [
ripdrag
fastfetch
p7zip
unrar # unfree
httptoolkit
libreoffice
anydesk
ffmpeg
jre
feh
mpv
_64gram
glab
vlc
obs-studio
brave
firefox
wireshark
];
}