+hyprpanel

This commit is contained in:
m3tam3re
2024-11-07 13:35:17 +01:00
parent 6b24828482
commit 74f93cb0e3
6 changed files with 125 additions and 10 deletions

View File

@ -1,6 +1,8 @@
{inputs, ...}: {
# This one brings our custom packages from the 'pkgs' directory
additions = final: _prev: import ../pkgs {pkgs = final;};
additions = final: prev:
(import ../pkgs {pkgs = final;})
// (inputs.hyprpanel.overlay final prev);
# This one contains whatever you want to overlay
# You can change versions, add patches, set compilation flags, anything really.