feat(nvf): WIP bloating

This commit is contained in:
Mohammad Rafiq 2025-05-22 18:35:38 +08:00
parent 0bee56e7e8
commit 214b8dea90
No known key found for this signature in database
9 changed files with 84 additions and 8 deletions

View file

@ -1,7 +1,8 @@
{ config, ... }:
{ config, inputs, ... }:
{
config = {
nixpkgs.config.allowUnfree = true;
nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
nix.settings = {
experimental-features = [