flake: add zedless

This commit is contained in:
Bloxx12 2025-06-20 10:33:46 +02:00
commit fe40ebce25
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
3 changed files with 49 additions and 1 deletions

View file

@ -83,5 +83,8 @@
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.0.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};
zedless = {
url = "github:zedless-editor/zed";
};
};
}