fix: replace rnix with nixd
This commit is contained in:
parent
e44daad69a
commit
0b8b9127b7
2 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@ in
|
|||
home.file.".config/helix".source = ./config;
|
||||
home.packages = [
|
||||
cfg.package
|
||||
pkgs.rnix-lsp
|
||||
pkgs.nixd
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue