1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-31 15:03:37 +00:00
.dotfiles/nixos/overlays/default.nix
2024-12-19 21:56:56 -05:00

7 lines
127 B
Nix

{ inputs, ... }:
{
nixpkgs.overlays = [
inputs.nur.overlays.default
inputs.fenix.overlays.default
];
}