mirror of
https://github.com/itme-brain/nixos.git
synced 2026-05-08 14:50:12 -04:00
Compare commits
4 commits
42c9fbc6e1
...
eda6d62b95
| Author | SHA1 | Date | |
|---|---|---|---|
| eda6d62b95 | |||
| 9235442782 | |||
| 45a648642b | |||
| 05d7694fa6 |
5 changed files with 8 additions and 26 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 6667f36a9f83a88b33b691a5a9b701365267bbb3
|
||||
Subproject commit f0fe41e942dfedab23828131372a5545a6d5c4c6
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit f11e6a02db5cd8e4c8c1bdec0d34557ff995c32c
|
||||
Subproject commit 79643b1a17336b43f09090aa51ffc18763e11552
|
||||
|
|
@ -1,24 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
# Essential LSPs for config files (project-specific LSPs go in devShells)
|
||||
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
|
||||
with pkgs; [
|
||||
gcc
|
||||
];
|
||||
|
||||
in
|
||||
extraPackages ++ lsp ++ lsp'
|
||||
lazygit
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 4f129c83b945e8847df798f83a29e554570c6142
|
||||
Subproject commit b0524fdd3056c7dd951b41f7da410dde37f91a67
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 8c8a4e4a7afd175be2eb97055bb01f43ee8b992d
|
||||
Subproject commit d5bdb39d7e65e679b3052e5ec437f75e4ec8e594
|
||||
Loading…
Add table
Add a link
Reference in a new issue