mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-07 18:02:51 +00:00
6 lines
89 B
Nix
6 lines
89 B
Nix
{ inputs, ... }:
|
|
{
|
|
nixpkgs.overlays = [
|
|
inputs.nur.overlays.default
|
|
];
|
|
}
|