blob: 30458a75ce3469dff5e86cbbd3c16f8839131278 [file] [log] [blame]
{ pkgs, ... }: {
home.packages = [
pkgs.neovim
];
}