Set default editor
This commit is contained in:
parent
02bd5f4c35
commit
c8f1f8d393
@ -15,6 +15,7 @@ user:
|
||||
(import ./git.nix user)
|
||||
./go.nix
|
||||
./gtk.nix
|
||||
./home.nix
|
||||
./htop.nix
|
||||
./i3.nix
|
||||
./lsd.nix
|
||||
|
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";
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user