From 87dcf302c928875c8ca72f7e737a5ab8180c5c83 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 --- nixos-config/system-packages.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos-config/system-packages.nix b/nixos-config/system-packages.nix index 9dca4945..37a1cbfe 100644 --- a/nixos-config/system-packages.nix +++ b/nixos-config/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 ]; }