refactor: switch nix impl to lix

This commit is contained in:
Mohammad Rafiq 2025-04-04 19:41:42 +08:00
parent 5529501df9
commit d592ec3599
No known key found for this signature in database
3 changed files with 93 additions and 2 deletions

View file

@ -1,4 +1,7 @@
{ inputs, ... }:
{
imports = [ inputs.lix-module.nixosModules.default ];
system.stateVersion = "24.11";
nixpkgs.config.allowUnfree = true;
@ -7,7 +10,7 @@
experimental-features = [
"nix-command"
"flakes"
"pipe-operators"
"pipe-operator"
];
trusted-users = [ "@wheel" ];