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:
Swarsel 2024-06-28 00:10:15 +02:00
parent 0e7daf0d13
commit ab4c219ab1
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
5 changed files with 68 additions and 131 deletions

View file

@ -108,6 +108,12 @@ environment.systemPackages = with pkgs; [
rust-analyzer
clippy
rustfmt
# go
go
gopls
# zig
zig
zls
# cpp
clang-tools
# + cuda

View file

@ -115,6 +115,10 @@
];
};
bluetooth.enable = true;
trackpoint = {
enable = true;
device = "TPPS/2 Elan TrackPoint";
};
};
programs.steam = {