mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-02-04 11:30:33 +00:00
nix: zed-editor
This commit is contained in:
parent
05d620296e
commit
0d3b789ca2
14 changed files with 56 additions and 8 deletions
12
nixcfgs/modules/home/dev/lua.nix
Normal file
12
nixcfgs/modules/home/dev/lua.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
luajit
|
||||
lua-language-server
|
||||
stylua
|
||||
];
|
||||
programs.vscode.profiles.default.extensions = with pkgs.vscode-extensions; [
|
||||
sumneko.lua
|
||||
];
|
||||
programs.zed-editor.extensions = [ "lua" ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue