liminalOS/users/youwen/linux/packages/common-packages.nix
2024-08-27 20:46:31 -07:00

40 lines
468 B
Nix

pkgs:
with pkgs; [
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
# bitwarden-cli
# desktop apps
dolphin
thunderbird
vesktop
signal-desktop
# fun
ani-cli
manga-tui
gcc
ryujinx
]