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

38 lines
457 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
neofetch
# archives
zip
xz
unzip
p7zip
# utils
nurl # helps fetch git data for nixpkgs
# 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
dolphin
thunderbird
2024-08-21 18:43:04 -07:00
vesktop
2024-08-07 07:58:36 -07:00
signal-desktop
2024-08-25 16:03:57 -07:00
# fun
ani-cli
manga-tui
gcc
]