1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-02-12 12:32:05 +00:00
.dotfiles/nixos/overlays/default.nix

7 lines
89 B
Nix
Raw Normal View History

2024-12-18 16:38:29 -05:00
{ inputs, ... }:
{
nixpkgs.overlays = [
inputs.nur.overlays.default
];
}