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