split everything into modules and update nixpkgs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{...}:
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
programs.zed-editor = {
|
||||
@@ -35,6 +35,13 @@
|
||||
light = "Crimson Light";
|
||||
dark = "Crimson Dark";
|
||||
};
|
||||
lsp = {
|
||||
rust-analyzer = {
|
||||
binary = {
|
||||
path = lib.getExe pkgs.rust-analyzer;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user