tvl-depot/mail/default.nix

7 lines
178 B
Nix
Raw Normal View History

{ depot ? import <depot> {}, ... }:
let
inherit (builtins) fetchGit;
tazjdots = import (fetchGit "sso://user/tazjin/dotfiles") { pkgs = depot; };
in tazjdots.services.lieer