9 lines
73 B
Nix
9 lines
73 B
Nix
{ inputs, pkgs, ... }:
|
|
let
|
|
|
|
in {
|
|
home.packages = [
|
|
pkgs.neovim
|
|
];
|
|
}
|