5 lines
66 B
Nix
Executable file
5 lines
66 B
Nix
Executable file
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
nvim-pkg
|
|
];
|
|
}
|