19 lines
374 B
Nix
19 lines
374 B
Nix
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
|
{ pkgs, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
quickshell
|
|
qt6.qtdeclarative
|
|
qt6.qttools
|
|
qt6.qtsvg
|
|
qt6.qtimageformats
|
|
qt6.qtmultimedia
|
|
qt6.qt5compat
|
|
];
|
|
|
|
qt = {
|
|
enable = true;
|
|
platformTheme = "qt5ct";
|
|
};
|
|
}
|