last update
for x11 for a while
This commit is contained in:
parent
1e42a87ce3
commit
38eda7fdd6
5 changed files with 41 additions and 28 deletions
5
hosts/modules/qt.nix
Normal file
5
hosts/modules/qt.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
qt6.qtdeclarative
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue