Files
nix-zaneyos/hosts/garand-laptop/config/nixpkgs/tools.nix
2025-03-10 10:52:38 +01:00

18 lines
257 B
Nix

# Narzędzia systemowe
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
lm_sensors
unzip
unrar
hyprpicker
virt-viewer
libvirt
greetd.tuigreet
galculator
thefuck
lazydocker
lazygit
docker-slim
];
}