Set default editor
This commit is contained in:
8
home/home.nix
Normal file
8
home/home.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ pkgs, ... }: {
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
RUSTC_WRAPPER = "sccache";
|
||||
# JAVA_OPTS = "-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true";
|
||||
# TERM = "xterm-256color";
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user