Skip to content

Commit

Permalink
chore: add ags to exec-once in hyprland configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
BastianAsmussen committed Jul 8, 2024
1 parent d1e6f4d commit 72f765e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/home-manager/hyprland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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)";
Expand Down

0 comments on commit 72f765e

Please sign in to comment.