dotfiles-nix/nix/users/base/default.nix

9 lines
78 B
Nix

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