liminalOS/users/youwen/linux/packages/common-packages.nix

45 lines
518 B
Nix
Raw Normal View History

2024-09-02 18:16:22 -07:00
pkgs: with pkgs; [
2024-08-07 07:58:36 -07:00
# archives
zip
xz
unzip
p7zip
# utils
nurl # helps fetch git data for nixpkgs
2024-09-18 01:38:04 -07:00
ffmpeg
2024-08-07 07:58:36 -07:00
# 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
2024-08-26 19:39:58 -07:00
# bitwarden-cli
2024-08-07 07:58:36 -07:00
# desktop apps
xfce.thunar
2024-08-07 07:58:36 -07:00
thunderbird
2024-09-05 13:39:08 -07:00
# messengers
2024-08-07 07:58:36 -07:00
signal-desktop
2024-09-05 13:39:08 -07:00
vesktop
iamb
2024-09-06 20:47:36 -07:00
discordo
2024-08-07 07:58:36 -07:00
2024-08-25 16:03:57 -07:00
# fun
ani-cli
manga-tui
gcc
2024-10-06 01:10:13 -07:00
hledger
zen-browser
]