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