finally fixed hypr

This commit is contained in:
cnst
2024-07-02 17:53:55 +02:00
parent 1c6b82044b
commit 9721a56b4b
4 changed files with 31 additions and 30 deletions

View File

@@ -3,13 +3,6 @@
enable = true;
package = pkgs.hyprland;
xwayland.enable = true;
systemd = {
enable = true;
extraCommands = [
"systemctl --user stop graphical-session.target"
"systemctl --user start hyprland-session.target"
];
};
};
environment.sessionVariables = {
NIXOS_OZONE_WL = "1";