switch to lix

This commit is contained in:
ulic-youthlic 2025-02-20 14:11:24 +08:00
parent 836256e5e3
commit 9e31d1eba5
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
4 changed files with 100 additions and 6 deletions

View file

@ -5,6 +5,11 @@
# nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.follows = "nixos-cosmic/nixpkgs";
lix-module = {
url = "git+https://git.lix.systems/lix-project/nixos-module";
inputs.nixpkgs.follows = "nixpkgs";
};
helix = {
url = "github:helix-editor/helix/master";
inputs.nixpkgs.follows = "nixpkgs";