Fixed Hyprland crashes
This commit is contained in:
@ -32,5 +32,5 @@
|
||||
];
|
||||
};
|
||||
};
|
||||
system.stateVersion = "23.05";
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user