From 863ecee93c695d6a075ee4e849c4b15222c576c4 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 1 May 2023 16:12:04 +0200 Subject: [PATCH] Add qt wayland and graphical polkit --- system-packages.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system-packages.nix b/system-packages.nix index 9dca494..37a1cbf 100644 --- a/system-packages.nix +++ b/system-packages.nix @@ -16,6 +16,9 @@ capitaine-cursors # cursor theme xfce.tumbler # image files thumbnail generator (+ base requirement) ffmpegthumbnailer # video files thumbnail generator + qt6.qtwayland # wayland for qt6 + libsForQt5.qt5.qtwayland # wayland for at5 + polkit_gnome # graphical authentication agent for polkit ]; }