move options
This commit is contained in:
parent
9907dc8066
commit
7d6c5c08ab
2 changed files with 6 additions and 5 deletions
|
|
@ -10,5 +10,10 @@
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
inputs.osbm-nvim.packages."${pkgs.stdenv.hostPlatform.system}".default
|
inputs.osbm-nvim.packages."${pkgs.stdenv.hostPlatform.system}".default
|
||||||
];
|
];
|
||||||
|
# Environment variables
|
||||||
|
environment.variables = {
|
||||||
|
EDITOR = "nvim";
|
||||||
|
VISUAL = "nvim";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -75,10 +75,6 @@
|
||||||
# Optimize store automatically
|
# Optimize store automatically
|
||||||
nix.settings.auto-optimise-store = lib.mkDefault true;
|
nix.settings.auto-optimise-store = lib.mkDefault true;
|
||||||
|
|
||||||
# Environment variables
|
|
||||||
environment.variables = {
|
|
||||||
EDITOR = "nvim";
|
|
||||||
VISUAL = "nvim";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue