Initial shared NixOS modules
This commit is contained in:
8
system/default/editor.nix
Normal file
8
system/default/editor.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ ... }:
|
||||
{
|
||||
# Configure nano as a more user-friendly editor
|
||||
environment.variables = {
|
||||
EDITOR = "nano";
|
||||
VISUAL = "nano";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user