More logical name
This commit is contained in:
parent
8283068de3
commit
ba15898455
10 changed files with 20 additions and 20 deletions
|
@ -1,8 +1,8 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
with lib;
|
||||
let cfg = config.voidcruiser.vim;
|
||||
let cfg = config.voidconf.vim;
|
||||
in {
|
||||
options.voidcruiser.vim = {
|
||||
options.voidconf.vim = {
|
||||
enable = mkEnableOption "Enables opinionated vim configuration";
|
||||
enableNvim = mkEnableOption "Enables neovim and alias";
|
||||
setEnvVar = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue