Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,11 @@ in
gnomeExtensions.no-overview
];

# Use Lix (a drop-in Nix reimplementation) as the system Nix distribution
# instead of upstream CppNix. pkgs.lix comes from the pinned nixpkgs above,
# so this swaps the daemon, nixos-rebuild, and the `nix` CLI without adding
# a flake input or a from-source build.
nix.package = pkgs.lix;
nix.settings.experimental-features = [
"nix-command"
"flakes"
Expand Down
Loading