10 lines
72 B
Nix
10 lines
72 B
Nix
{
|
|
pkgs,
|
|
lib,
|
|
...
|
|
}: {
|
|
home.packages = [
|
|
pkgs.neovide
|
|
];
|
|
}
|