Fix issues with dbus, fixes mako

This commit is contained in:
Bad 2021-08-31 23:20:46 +02:00
parent baa4cfb08d
commit cd50ad37b1

View file

@ -24,6 +24,14 @@ in
trayOutput = "*";
}];
floating.criteria = [{ title = "Steam - Update News"; }];
startup = [
# Copied from https://git.sr.ht/~sumner/home-manager-config/tree/master/item/modules/window-manager/wayland.nix#L64
# See https://github.com/nix-community/home-manager/issues/2028
# Make all the pinentry stuff work
# See: https://github.com/NixOS/nixpkgs/issues/119445#issuecomment-820507505
# and: https://github.com/NixOS/nixpkgs/issues/57602#issuecomment-820512097
{ command = "dbus-update-activation-environment WAYLAND_DISPLAY"; }
];
};
wrapperFeatures.gtk = true;
systemdIntegration = true;