Fix hyprland not updating

This commit is contained in:
floppydiskette 2023-09-07 20:58:33 +01:00
parent a9c21fd9c5
commit 0f4faf77fc
No known key found for this signature in database

View file

@ -217,6 +217,7 @@
wayland.windowManager.hyprland = {
enable = true;
systemdIntegration = true;
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
settings = import ./hyprland.nix;
};