more configuration for buldak

This commit is contained in:
chloe 2025-09-27 09:29:08 +02:00
parent c3e41e3f2e
commit 45df03aec8
4 changed files with 10 additions and 3 deletions

View file

@ -144,7 +144,7 @@
];
};
buldak = nixpkgs.lib.nixosSystem {
buldak = nixpkgsUnstable.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = specialArgs;
modules = [
@ -161,8 +161,9 @@
inputs.miovim.packages.${system}.default
];
home-manager.extraSpecialArgs = { inherit inputs; };
};
home-manager.extraSpecialArgs = { inherit inputs; };
}
];
};