1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-07-04 07:26:01 +00:00
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
Rae 5e 2025-01-23 22:35:27 -05:00
parent abb6a7629f
commit 062c447374
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
21 changed files with 4 additions and 4 deletions

View file

@ -1,10 +0,0 @@
{ nur, fenix, nixpkgs-unstable, ... }: [
nur.overlays.default
fenix.overlays.default
(import ./pkgs/overlay.nix {})
(final: prev: {
unstable = import nixpkgs-unstable {
system = prev.system;
};
})
]