Added linkal service

This commit is contained in:
Luj 2022-09-27 06:58:08 +02:00
parent 18fe0bf7d0
commit 03d557eb33
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: