Home Gen474 @ 2025-03-18-19:50

This commit is contained in:
2025-03-18 19:50:32 +01:00
parent 9c8e355a48
commit 2de895e86e
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
{pkgs, ...}: {
wayland.windowManager.hyprland = {
enable = true;
systemd.enable = false;
systemd.variables = ["--all"];
xwayland.enable = true;
};