diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index 04ff684..0e8af9f 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -35,7 +35,7 @@ in wayland.windowManager.hyprland = { inherit package; enable = true; - package = pkgs.hyprland; + xwayland = { enable = true; }; systemd = { @@ -90,8 +90,11 @@ in gaps_in = 5; gaps_out = 0; border_size = 2; - col.active_border = "rgba(33ccffee) rgba(00ff99ee) 45deg"; - col.inactive_border = "rgba(595959aa)"; + + col = { + active_border = "rgba(33ccffee) rgba(00ff99ee) 45deg"; + inactive_border = "rgba(595959aa)"; + }; layout = "dwindle";