📦 Onlyoffice and QT Wayland
This commit is contained in:
parent
760cb4d8df
commit
9da67d058d
@ -54,6 +54,7 @@ in
|
||||
fortune
|
||||
cowsay
|
||||
inputs.zen-browser.packages."${system}".default # beta
|
||||
onlyoffice-desktopeditors
|
||||
];
|
||||
|
||||
nix.settings.experimental-features = [
|
||||
|
@ -4,6 +4,7 @@
|
||||
environment = {
|
||||
sessionVariables = {
|
||||
QT_QPA_PLATFORMTHEME = "qt6ct";
|
||||
QT_QPA_PLATFORM = "wayland"; # Enable Wayland for QT
|
||||
};
|
||||
systemPackages = with pkgs.kdePackages; [
|
||||
qtwayland
|
||||
|
Loading…
x
Reference in New Issue
Block a user