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