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
|
||||
];
|
||||
}
|
||||
|
|
@ -29,6 +29,7 @@
|
|||
./modules/rgb.nix
|
||||
./modules/nano.nix
|
||||
./modules/searxng.nix
|
||||
./modules/qt.nix
|
||||
];
|
||||
npm.enable = true;
|
||||
services.udisks2.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue