mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
fix: add dependencies for compiling neovim
This commit is contained in:
parent
41e9cab011
commit
39e01bc073
1 changed files with 5 additions and 0 deletions
|
@ -134,6 +134,11 @@
|
||||||
python3
|
python3
|
||||||
(pkgs.catppuccin-sddm.override { flavor = "mocha"; })
|
(pkgs.catppuccin-sddm.override { flavor = "mocha"; })
|
||||||
steam-run
|
steam-run
|
||||||
|
|
||||||
|
# deps for neovim compilation
|
||||||
|
lua51Packages.lua
|
||||||
|
lua51Packages.luarocks
|
||||||
|
tree-sitter
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
|
|
Loading…
Reference in a new issue