1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +02:00

feat: add idmail for aliases

This commit is contained in:
oddlama 2024-07-26 14:58:32 +02:00
parent cb4f4f251f
commit 7f7b053e0a
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
9 changed files with 607 additions and 136 deletions

View file

@ -33,6 +33,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
idmail = {
url = "github:oddlama/idmail";
inputs.nixpkgs.follows = "nixpkgs";
};
impermanence.url = "github:nix-community/impermanence";
microvm = {