mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39: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;
|
hostPlatform = system;
|
||||||
overlays = map import [
|
overlays = with (import ../overlays); [
|
||||||
../overlays
|
agenix
|
||||||
../overlays/packages.nix
|
disko
|
||||||
./vanadium/nixos/overlay.nix
|
nur
|
||||||
|
wired-notify
|
||||||
|
packages
|
||||||
|
|
||||||
|
(import ./vanadium/nixos/overlay.nix)
|
||||||
];
|
];
|
||||||
|
|
||||||
# Set NIX_PATH and flake registry at the same time
|
# Set NIX_PATH and flake registry at the same time
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue