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