mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49: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 = {
|
nixpkgs = {
|
||||||
hostPlatform = system;
|
hostPlatform = system;
|
||||||
overlays = with (import ../overlays); [
|
overlays = map import [
|
||||||
agenix
|
../overlays/agenix.nix
|
||||||
disko
|
../overlays/disko.nix
|
||||||
nur
|
../overlays/nur.nix
|
||||||
wired-notify
|
../overlays/wired-notify.nix
|
||||||
packages
|
../overlays/nix-tree.nix
|
||||||
|
|
||||||
|
../overlays/packages.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