mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium: adapt configuration to new overlay
This commit is contained in:
parent
1b6aa25cc9
commit
4979218e5e
1 changed files with 8 additions and 4 deletions
|
|
@ -37,10 +37,14 @@ in
|
|||
};
|
||||
|
||||
hostPlatform = system;
|
||||
overlays = map import [
|
||||
../overlays
|
||||
../overlays/packages.nix
|
||||
./vanadium/nixos/overlay.nix
|
||||
overlays = with (import ../overlays); [
|
||||
agenix
|
||||
disko
|
||||
nur
|
||||
wired-notify
|
||||
packages
|
||||
|
||||
(import ./vanadium/nixos/overlay.nix)
|
||||
];
|
||||
|
||||
# Set NIX_PATH and flake registry at the same time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue