mirror of
https://github.com/itme-brain/nixos.git
synced 2026-05-08 14:50:12 -04:00
Compare commits
No commits in common. "eda6d62b95d08abef32cd6e08ead1715649c2f33" and "42c9fbc6e135da75684bb5cd87886d5280af14bc" have entirely different histories.
eda6d62b95
...
42c9fbc6e1
5 changed files with 26 additions and 8 deletions
|
|
@ -1 +1 @@
|
||||||
Subproject commit f0fe41e942dfedab23828131372a5545a6d5c4c6
|
Subproject commit 6667f36a9f83a88b33b691a5a9b701365267bbb3
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 79643b1a17336b43f09090aa51ffc18763e11552
|
Subproject commit f11e6a02db5cd8e4c8c1bdec0d34557ff995c32c
|
||||||
|
|
@ -1,6 +1,24 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
with pkgs; [
|
let
|
||||||
gcc
|
# Essential LSPs for config files (project-specific LSPs go in devShells)
|
||||||
lazygit
|
lsp = with pkgs; [
|
||||||
]
|
nixd
|
||||||
|
lua-language-server
|
||||||
|
marksman
|
||||||
|
taplo
|
||||||
|
];
|
||||||
|
|
||||||
|
lsp' = with pkgs.nodePackages; [
|
||||||
|
vscode-langservers-extracted # jsonls, html, cssls
|
||||||
|
bash-language-server
|
||||||
|
yaml-language-server
|
||||||
|
];
|
||||||
|
|
||||||
|
extraPackages = with pkgs; [
|
||||||
|
lazygit
|
||||||
|
gcc
|
||||||
|
];
|
||||||
|
|
||||||
|
in
|
||||||
|
extraPackages ++ lsp ++ lsp'
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit b0524fdd3056c7dd951b41f7da410dde37f91a67
|
Subproject commit 4f129c83b945e8847df798f83a29e554570c6142
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit d5bdb39d7e65e679b3052e5ec437f75e4ec8e594
|
Subproject commit 8c8a4e4a7afd175be2eb97055bb01f43ee8b992d
|
||||||
Loading…
Add table
Add a link
Reference in a new issue