dotfiles/nixos/modules/info-fetchers.nix
2025-01-22 11:14:58 +01:00

28 lines
347 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
neofetch
onefetch
ipfetch
cpufetch
ramfetch
starfetch
octofetch
htop
bottom
btop
zfxtop
kmon
vulkan-tools
# opencl-info
# clinfo
# vdpauinfo
# libva-utils
wlr-randr
gpu-viewer
dig
speedtest-rs
];
}