mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-31 07:03:36 +00:00
7 lines
127 B
Nix
7 lines
127 B
Nix
{ inputs, ... }:
|
|
{
|
|
nixpkgs.overlays = [
|
|
inputs.nur.overlays.default
|
|
inputs.fenix.overlays.default
|
|
];
|
|
}
|