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 @@
# Programy multimedialne
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
swww
grim
slurp
swaynotificationcenter
imv
mpv
gimp
pavucontrol
vlc
kdePackages.kdenlive
obs-studio
libreoffice
];
}