pinwheel: Add nix-mode and hook it up with eglot

This commit is contained in:
Alexander Heldt
2023-09-09 10:12:44 +02:00
parent 9a8a2ca450
commit 4389f229a5
3 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
home-manager.users.alex = {
home.packages = [ pkgs.nil ];
};
}