mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Move $EDITOR=nvim to neovim conf
This commit is contained in:
parent
8544790292
commit
ddd042a0dc
2 changed files with 4 additions and 4 deletions
|
@ -14,6 +14,10 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
(homeConfiguration "nixos" ({ config, ... }: {
|
(homeConfiguration "nixos" ({ config, ... }: {
|
||||||
|
programs.nushell.environmentVariables = {
|
||||||
|
EDITOR = "nvim";
|
||||||
|
};
|
||||||
|
|
||||||
programs.neovim = enabled {
|
programs.neovim = enabled {
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
viAlias = true;
|
viAlias = true;
|
||||||
|
|
|
@ -18,10 +18,6 @@
|
||||||
configFile.source = ./configuration.nu;
|
configFile.source = ./configuration.nu;
|
||||||
envFile.source = ./environment.nu;
|
envFile.source = ./environment.nu;
|
||||||
|
|
||||||
environmentVariables = {
|
|
||||||
EDITOR = "nvim";
|
|
||||||
};
|
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
g = "git";
|
g = "git";
|
||||||
ga = "git add ./";
|
ga = "git add ./";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue