More home-manager management
This commit is contained in:
parent
10df2301e1
commit
f720df9e46
8 changed files with 61 additions and 50 deletions
|
@ -30,6 +30,7 @@ in
|
|||
];
|
||||
|
||||
home-manager.users.charlotte = { pkgs, ... }: {
|
||||
home.sessionVariables = { EDITOR = "nvim"; };
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue