fix(modules/home/cli): make stuff work with env vars
This commit is contained in:
parent
d4453d1a59
commit
798a21690e
4 changed files with 18 additions and 20 deletions
|
@ -1,6 +1,7 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
config = lib.mkIf (config.cli.editor == "nvf") {
|
||||
home.sessionVariables.EDITOR = "nvim";
|
||||
programs.nvf = {
|
||||
enable = true;
|
||||
settings.vim = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue