mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-02 19:53:07 +00:00
~
This commit is contained in:
parent
c1f4cb856e
commit
35392f6785
3 changed files with 15 additions and 10 deletions
11
nixos/overlays.nix
Normal file
11
nixos/overlays.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ inputs, ... }: {
|
||||
[
|
||||
inputs.nur.overlays.default
|
||||
inputs.fenix.overlays.default
|
||||
(final: prev: {
|
||||
unstable = import inputs.nixpkgs-unstable {
|
||||
system = prev.system;
|
||||
};
|
||||
})
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue