liminalOS/users/youwen/linux/packages/common-packages.nix
Youwen Wu 69c6613002
Some checks are pending
Check flake / check (push) Waiting to run
feat: add discord aarpc systemd unit
2024-12-14 17:55:36 -08:00

41 lines
493 B
Nix

pkgs: with pkgs; [
# archives
zip
xz
unzip
p7zip
# utils
nurl # helps fetch git data for nixpkgs
ffmpeg
# nix related
#
# it provides the command `nom` works just like `nix`
# with more details log output
nix-output-monitor
# system tools
pciutils # lspci
usbutils # lsusb
# desktop utils
# bitwarden-cli
# desktop apps
xfce.thunar
thunderbird
# messengers
signal-desktop
iamb
discordo
# fun
ani-cli
manga-tui
gcc
hledger
]