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