Files
nixos/Droidnix/generated/modules/traveldroid/system/quickshell.nix
T
2026-04-11 16:57:38 +02:00

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";
};
}