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

8 lines
127 B
Nix
Raw Normal View History

2024-12-18 21:38:29 +00:00
{ inputs, ... }:
{
nixpkgs.overlays = [
inputs.nur.overlays.default
2024-12-20 02:56:56 +00:00
inputs.fenix.overlays.default
2024-12-18 21:38:29 +00:00
];
}