added back lix

This commit is contained in:
Leyla Becker 2025-02-12 19:55:02 -06:00
parent 07514ed043
commit c7766de8bb
3 changed files with 92 additions and 1 deletions

View file

@ -5,6 +5,11 @@
# base packages
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/stable.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};
# secret encryption
sops-nix = {
url = "github:Mic92/sops-nix";