feat: neovim lsp
This commit is contained in:
parent
45563277d5
commit
c8ef495a63
22 changed files with 177 additions and 86 deletions
|
|
@ -2,8 +2,9 @@
|
|||
nix-version,
|
||||
username,
|
||||
...
|
||||
}: {
|
||||
imports = [./user];
|
||||
}:
|
||||
{
|
||||
imports = [ ./user ];
|
||||
home = {
|
||||
inherit username;
|
||||
homeDirectory = "/home/${username}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue