Files
dotfiles/home/packages.nix
T

26 lines
346 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
jdk25
feh
mpv
_64gram
glab
vlc
obs-studio
brave
firefox
wireshark
];
}