Move lightweight editor config to common module

This commit is contained in:
Nettika 2024-09-23 16:20:51 -07:00
parent d3f46bf7c5
commit 2e956f2ddd
2 changed files with 4 additions and 1 deletions

View file

@ -1,7 +1,6 @@
{ pkgs, ... }:
{
environment.variables = {
EDITOR = "nano";
VISUAL = "code --wait";
};