Fixed Hyprland crashes

This commit is contained in:
soraefir
2023-11-17 03:29:35 +01:00
parent 63941b5c44
commit 22c68c169c
6 changed files with 237 additions and 231 deletions

View File

@ -32,5 +32,5 @@
];
};
};
system.stateVersion = "23.05";
system.stateVersion = "23.11";
}

View File

@ -3,10 +3,11 @@
xdg.portal = {
enable = true;
# wlr.enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-hyprland
# xdg-desktop-portal-gtk
];
extraPortals = with pkgs;
[
xdg-desktop-portal-hyprland
# xdg-desktop-portal-gtk
];
};
environment.sessionVariables = rec {