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

@ -149,5 +149,9 @@
};
url = "github:danth/stylix";
};
lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0-3.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};
};
}