mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
37 lines
457 B
Nix
37 lines
457 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
|
|
]
|