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 346c1fd1de
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
];
}

View file

@ -29,6 +29,7 @@
./modules/rgb.nix
./modules/nano.nix
./modules/searxng.nix
./modules/qt.nix
];
npm.enable = true;
services.udisks2.enable = true;