🧑‍💻 Use Systemd for Hyprland

This commit is contained in:
2025-01-11 23:24:55 +01:00
parent c75db3b717
commit e67a840d93
2 changed files with 5 additions and 1 deletions

View File

@ -12,5 +12,8 @@
./swaync
];
wayland.windowManager.hyprland.enable = true;
wayland.windowManager.hyprland = {
enable = true;
systemd.variables = [ "--all" ]; # Import environment into systemd
};
}

View File

@ -17,6 +17,7 @@
hyprland = {
enable = true;
xwayland.enable = true;
withUWSM = true;
};
hyprlock.enable = true; # Lock screen
};