dotfiles/nixos/legacy/modules/default.nix

6 lines
56 B
Nix

{ ... }:
{
imports = [
./kevin/default.nix
];
}