rozbicie na mniejsze pliki

This commit is contained in:
installer
2025-03-10 10:52:38 +01:00
parent af67c443ad
commit bff6ccf55c
10 changed files with 135 additions and 96 deletions

View File

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