This commit is contained in:
alsaiduq-lab 2025-10-26 07:50:01 -06:00
parent 32f925bb69
commit 4523c69238
18 changed files with 314 additions and 102 deletions

View file

@ -1,5 +1,10 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
qt6.qtdeclarative
qt6.qtwayland
qt6.qtsvg
qt6.qtmultimedia
qt6.qtimageformats
qt5.qtwayland
];
}