ff
This commit is contained in:
parent
9b5197fae4
commit
7efef8879b
2 changed files with 185 additions and 17 deletions
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue