fix: replace rnix with nixd

This commit is contained in:
Tim Schubert 2024-03-09 17:41:09 +01:00
parent e44daad69a
commit 0b8b9127b7
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0
2 changed files with 4 additions and 4 deletions

View file

@ -16,7 +16,7 @@ in
home.file.".config/helix".source = ./config;
home.packages = [
cfg.package
pkgs.rnix-lsp
pkgs.nixd
];
};
}