fix default editor
This commit is contained in:
parent
29defe40ba
commit
31582903b5
@ -4,7 +4,11 @@ in {
|
|||||||
imports = [
|
imports = [
|
||||||
inputs.nixCats.homeModule
|
inputs.nixCats.homeModule
|
||||||
];
|
];
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
home.sessionVariables = {
|
||||||
|
EDITOR = "nvim";
|
||||||
|
};
|
||||||
nixCats = {
|
nixCats = {
|
||||||
enable = true;
|
enable = true;
|
||||||
packageNames = [ "nvim" ];
|
packageNames = [ "nvim" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user