Move lightweight editor config to common module
This commit is contained in:
parent
d3f46bf7c5
commit
2e956f2ddd
2 changed files with 4 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.variables = {
|
||||
EDITOR = "nano";
|
||||
VISUAL = "code --wait";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,10 @@
|
|||
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
environment.variables = {
|
||||
EDITOR = "nano";
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue