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
|
|
@ -115,6 +115,10 @@
|
|||
];
|
||||
};
|
||||
bluetooth.enable = true;
|
||||
trackpoint = {
|
||||
enable = true;
|
||||
device = "TPPS/2 Elan TrackPoint";
|
||||
};
|
||||
};
|
||||
|
||||
programs.steam = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue