This commit is contained in:
2026-02-12 20:14:32 +01:00
parent 31102ae362
commit 1ed2b9c130
5 changed files with 29 additions and 29 deletions

View File

@@ -94,12 +94,6 @@
# Use the exact kernel versions as defined in this repo.
# Guarantees you have binary cache.
nix-cachyos-kernel.overlays.pinned
# Alternatively, build the kernels on top of nixpkgs version in your flake.
# This might cause version mismatch/build failures!
# nix-cachyos-kernel.overlays.default
# Only use one of the two overlays!
];
nixos = with inputs; [
@@ -109,7 +103,7 @@
home-manager.nixosModules.home-manager
{
home-manager = {
useGlobalPkgs = true;
useGlobalPkgs = false; # Disabled to allow system-level overlays to work
useUserPackages = true;
};
}