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

34 lines
424 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
gcc
]