7 lines
111 B
Nix
7 lines
111 B
Nix
{inputs, ...}: {
|
|
nixpkgs = {
|
|
overlays = [
|
|
inputs.hyprpanel.overlay
|
|
];
|
|
};
|
|
}
|