mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-25 02:03:51 -08:00
64 lines
884 B
Nix
64 lines
884 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
|
|
wl-clipboard
|
|
grim
|
|
slurp
|
|
swappy
|
|
pavucontrol
|
|
waypaper
|
|
swaybg
|
|
pamixer
|
|
brightnessctl
|
|
bitwarden-cli
|
|
|
|
# desktop apps
|
|
dolphin
|
|
thunderbird
|
|
vesktop
|
|
signal-desktop
|
|
|
|
# dev tools
|
|
nodePackages_latest.pnpm
|
|
rustfmt
|
|
rust-analyzer
|
|
gcc
|
|
lua51Packages.luarocks
|
|
lua
|
|
nodejs_22
|
|
python3
|
|
tree-sitter
|
|
cargo
|
|
rustc
|
|
# currently marked broken
|
|
# haskellPackages.stack
|
|
# haskellPackages.ghcup
|
|
|
|
# desktop ricing
|
|
bibata-cursors
|
|
libsForQt5.qtstyleplugin-kvantum
|
|
libsForQt5.qt5ct
|
|
papirus-icon-theme
|
|
libsForQt5.qt5ct
|
|
]
|