🧑‍💻 Use Systemd for Hyprland

This commit is contained in:
Martin Berg Alstad 2025-01-11 23:24:55 +01:00
parent c75db3b717
commit e67a840d93
Signed by: martials
GPG Key ID: 706F53DD087A91DE
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
};