dotfiles/nixpkgs/secret/default.nix

8 lines
63 B
Nix

{ ... }:
{
imports = [
./programs
./ssh/hosts
];
}