summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/nix.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/nix.nix b/modules/nix.nix
index 7314733..0a23cbd 100644
--- a/modules/nix.nix
+++ b/modules/nix.nix
@@ -1,5 +1,6 @@
 {
   me,
+  pkgs,
   lib,
   self,
   ...
@@ -18,6 +19,9 @@ let
 in
 {
   nix = {
+    # enable lix implementation
+    package = pkgs.lixPackageSets.stable.lix;
+
     # add compat scripts to the environment,
     # to allow nixos-option to find the configuration
     nixPath = [