8 lines
100 B
Nix
8 lines
100 B
Nix
{
|
|
home-manager.users.micah = {pkgs, ...}: {
|
|
home.packages = [
|
|
pkgs.neovim
|
|
];
|
|
};
|
|
}
|