hosts/base/default.nix

12 lines
158 B
Nix

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