about summary refs log tree commit diff
path: root/mail/default.nix
blob: a149ed8123bcb57e3e57639cd55f547fc26dfa8a (plain) (blame)
1
2
3
4
5
6
{ depot, ... }:

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