Enable git module, set EDITOR to nvim
This makes it so I stop getting nano as my editor, which fills me with rage.
This commit is contained in:
parent
852fe09471
commit
7c1947378e
1 changed files with 7 additions and 4 deletions
|
|
@ -7,12 +7,15 @@ with lib;
|
|||
imports = [ ../modules/home ];
|
||||
|
||||
myModules.home = {
|
||||
fish = {
|
||||
enable = true;
|
||||
user = "eliribble";
|
||||
};
|
||||
fish.enable = true;
|
||||
git.enable = true;
|
||||
user = "eliribble";
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
TESTVALUE = "eli";
|
||||
};
|
||||
home.stateVersion = "25.05";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue