mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-02 19:53:07 +00:00
~
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
parent
062c447374
commit
c38f040574
21 changed files with 5 additions and 4 deletions
10
nixos/overlays.nix
Normal file
10
nixos/overlays.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ nur, fenix, nixpkgs-unstable, ... }: [
|
||||
nur.overlays.default
|
||||
fenix.overlays.default
|
||||
(import ./pkgs/overlay.nix {})
|
||||
(final: prev: {
|
||||
unstable = import nixpkgs-unstable {
|
||||
system = prev.system;
|
||||
};
|
||||
})
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue