Skip to content

Commit

Permalink
use debug aquamarine
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Nov 5, 2024
1 parent 4434009 commit f432e50
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion nix/overlays.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@ in {
inherit date;
};
hyprland-unwrapped = final.hyprland.override {wrapRuntimeDeps = false;};
hyprland-debug = final.hyprland.override {debug = true;};
hyprland-debug = final.hyprland.override {
aquamarine = final.aquamarine.override {
debug = true;
};
debug = true;
};
hyprland-legacy-renderer = final.hyprland.override {legacyRenderer = true;};

# deprecated packages
Expand Down

0 comments on commit f432e50

Please sign in to comment.