Added linkal service

This commit is contained in:
Luj 2022-09-27 06:58:08 +02:00
parent 49739e585e
commit 6b4b2cbe31
Signed by: luj
GPG key ID: 6FC74C847011FD83
6 changed files with 213 additions and 28 deletions

View file

@ -31,6 +31,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
linkal = {
url = "github:JulienMalka/Linkal/main";
flake = true;
};
};
outputs = { self, home-manager, nixpkgs, unstable, sops-nix, neovim-nightly-overlay, nur, ... }@inputs: