mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
15 lines
182 B
Nix
15 lines
182 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./gpg.nix
|
|
./git.nix
|
|
./packages.nix
|
|
./weechat.nix
|
|
./email.nix
|
|
./shell.nix
|
|
./pass.nix
|
|
./taskwarrior.nix
|
|
./bitw.nix
|
|
];
|
|
}
|