mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
Trackpoint; Programming features
NixOS: feat: enable Trackpoint customization feat: make Zig, Go available chore: remove obsolete Emacs code for Rust Emacs: feat: visual-line mode now enabled globally fix: make rustic-mode work with tree-sitter
This commit is contained in:
parent
0e7daf0d13
commit
ab4c219ab1
5 changed files with 68 additions and 131 deletions
|
|
@ -108,6 +108,12 @@ environment.systemPackages = with pkgs; [
|
|||
rust-analyzer
|
||||
clippy
|
||||
rustfmt
|
||||
# go
|
||||
go
|
||||
gopls
|
||||
# zig
|
||||
zig
|
||||
zls
|
||||
# cpp
|
||||
clang-tools
|
||||
# + cuda
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue