New structure since I kept struggling with the home-manager implemnentation

This commit is contained in:
2026-03-18 15:30:01 +00:00
parent abae31a135
commit 1ea1a8fbbb
2 changed files with 0 additions and 19 deletions
@@ -17,10 +17,3 @@ in
max-jobs = 1;
};
}
{ config, pkgs, ... }:
{
nix.settings = {
extra-experimental-cores = [ "nix-command" "flakes" ];
};
}