mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-19 03:02:17 +00:00
8 lines
97 B
Nix
8 lines
97 B
Nix
|
{ pkgs, lib, ... }: {
|
||
|
|
||
|
imports = [
|
||
|
<nixvim_import>
|
||
|
];
|
||
|
|
||
|
programs.nixvim.enable = true;
|
||
|
}
|