mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
13 lines
147 B
Nix
13 lines
147 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./gpg.nix
|
|
./weechat.nix
|
|
./email.nix
|
|
./zsh.nix
|
|
./pass.nix
|
|
./taskwarrior.nix
|
|
./bitw.nix
|
|
];
|
|
}
|