hosts/base/default.nix

11 lines
135 B
Nix

{ ... }:
{
imports = [
./xkb
./neovim.nix
./packages.nix
./users.nix
./locale.nix
];
}