This commit is contained in:
Spectre 2024-06-08 01:09:35 +02:00
parent 9b5197fae4
commit 7efef8879b
2 changed files with 185 additions and 17 deletions

View file

@ -1,6 +1,7 @@
{
pkgs,
conf,
lib,
...
}: {
security.polkit.enable = true;
@ -20,7 +21,7 @@
xdg.portal = {
enable = true;
wlr.enable = true;
wlr.enable = lib.mkForce true;
config.common.default = "hyprland";
};