pinwheel: Add nix-mode and hook it up with eglot
This commit is contained in:
6
hosts/pinwheel/modules/nix/default.nix
Normal file
6
hosts/pinwheel/modules/nix/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home-manager.users.alex = {
|
||||
home.packages = [ pkgs.nil ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user