overlays: break apart overlays

This commit is contained in:
Primrose 2025-05-25 12:24:12 +02:00
parent 8c3605ef9d
commit fb0fc8e911
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
12 changed files with 25 additions and 40 deletions

View file

@ -37,16 +37,18 @@ in
};
hostPlatform = system;
overlays = with (import ../overlays); [
agenix
disko
nur
wired-notify
emacs28 # removed, but I need it for PLFA!
nix-tree
overlays = map import [
../overlays/agenix.nix
../overlays/disko.nix
../overlays/nur.nix
../overlays/wired-notify.nix
../overlays/nix-tree.nix
packages
(import ./vanadium/nixos/overlay.nix)
../overlays/packages.nix
./vanadium/nixos/overlay.nix
# removed, but I need it for PLFA!
../overlays/pin-emacs28.nix
];
# Set NIX_PATH and flake registry at the same time