nixos/home/modules/default.nix

8 lines
69 B
Nix

{ ... }:
{
imports = [
./neovim.nix
./alacritty.nix
];
}