diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index 7b77fa8..a1467ae 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -61,6 +61,10 @@ "$mod ALT, mouse:272, resizewindow" ]; + exec-once = [ + "${pkgs.ags}/bin/ags" + ]; + general = with config.lib.stylix.colors; { "col.active_border" = lib.mkForce "rgba(${base0E}ff) rgba(${base09}ff) 60deg"; "col.inactive_border" = lib.mkForce "rgba(${base00}ff)";