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