diff --git a/system/nix.nix b/system/nix.nix
index 3a8a7f5..c2616d7 100644
--- a/system/nix.nix
+++ b/system/nix.nix
@@ -1,4 +1,9 @@
-{ inputs, config, ... }:
+{
+  inputs,
+  config,
+  pkgs,
+  ...
+}:
 
 let
   inherit (inputs.self.outputs) nixConfig;
@@ -6,6 +11,8 @@ in
 {
   nixpkgs.config.allowUnfree = true;
 
+  nix.package = pkgs.lix;
+
   nix.gc = {
     automatic = true;
     dates = "04:00";