4 lines
89 B
Nix
4 lines
89 B
Nix
|
{inputs}: final: prev: {
|
||
|
hyprland = inputs.hyprland.packages.${prev.system}.default;
|
||
|
}
|