Price Hiller
720ea2d89f
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 40s
13 lines
101 B
Nix
13 lines
101 B
Nix
{
|
|
pkgs,
|
|
...
|
|
}:
|
|
{
|
|
home = {
|
|
packages = with pkgs; [
|
|
neovide
|
|
neovim
|
|
];
|
|
};
|
|
}
|