1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-07 14:13:08 +00:00
This commit is contained in:
Rae 5e 2024-12-18 16:38:29 -05:00
parent 43e5446472
commit 21ea5fc6b6
6 changed files with 17 additions and 10 deletions

View file

@ -0,0 +1,6 @@
{ inputs, ... }:
{
nixpkgs.overlays = [
inputs.nur.overlays.default
];
}