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