5 lines
64 B
Nix
Executable file
5 lines
64 B
Nix
Executable file
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
neovim
|
|
];
|
|
}
|