fix: make the default editor neovim on macos too
This commit is contained in:
parent
20ba32069c
commit
95f78ddf56
@ -5,4 +5,6 @@
|
||||
inputs.editor.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
];
|
||||
programs.zsh.shellAliases.vimdiff = "nvim -d";
|
||||
|
||||
home.sessionVariables.EDITOR = "nvim";
|
||||
}
|
||||
|
@ -10,6 +10,7 @@
|
||||
_JAVA_OPTIONS = "-Djava.util.prefs.userRoot=${config.xdg.configHome}/java";
|
||||
};
|
||||
|
||||
|
||||
shellAliases = {
|
||||
wget = "wget --hsts-file='${config.xdg.dataHome}/wget-hsts'";
|
||||
};
|
||||
|
@ -6,6 +6,11 @@
|
||||
xdg-user-dirs
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
BROWSER = "librewolf";
|
||||
TERMINAL = "alacritty";
|
||||
};
|
||||
|
||||
xdg = {
|
||||
enable = true;
|
||||
userDirs.enable = true;
|
||||
@ -47,13 +52,4 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
home = {
|
||||
sessionVariables = {
|
||||
# Default programs
|
||||
EDITOR = "nvim";
|
||||
TERMINAL = "st";
|
||||
BROWSER = "librewolf";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user