fix: Fix polkit and qt configuration
This commit is contained in:
parent
b4c3dfec42
commit
8019bc7003
5 changed files with 705 additions and 751 deletions
|
|
@ -11,12 +11,11 @@ in {
|
|||
};
|
||||
};
|
||||
config = lib.mkIf (cfg.enabled == "niri") {
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme = "qt5ct";
|
||||
};
|
||||
# Enabled to support trash of nautilus
|
||||
services.gvfs.enable = true;
|
||||
|
||||
systemd.user.services.niri-flake-polkit.serviceConfig.ExecStart = lib.mkForce "${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1";
|
||||
|
||||
environment = {
|
||||
pathsToLink = ["share/thumbnailers"];
|
||||
systemPackages = with pkgs; [
|
||||
|
|
@ -26,8 +25,6 @@ in {
|
|||
libheif.out
|
||||
|
||||
bluez
|
||||
kdePackages.qt6ct
|
||||
libsForQt5.qt5ct
|
||||
xwayland-satellite-unstable
|
||||
evince
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue