last update

for x11 for a while
This commit is contained in:
alsaiduq-lab 2025-09-20 00:33:23 -06:00
parent 1e42a87ce3
commit 38eda7fdd6
5 changed files with 41 additions and 28 deletions

5
hosts/modules/qt.nix Normal file
View file

@ -0,0 +1,5 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
qt6.qtdeclarative
];
}