Move lightweight editor config to common module
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
EDITOR = "nano";
|
|
||||||
VISUAL = "code --wait";
|
VISUAL = "code --wait";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -14,6 +14,10 @@
|
|||||||
|
|
||||||
security.sudo.wheelNeedsPassword = false;
|
security.sudo.wheelNeedsPassword = false;
|
||||||
|
|
||||||
|
environment.variables = {
|
||||||
|
EDITOR = "nano";
|
||||||
|
};
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
|
Reference in New Issue
Block a user