This commit is contained in:
2025-06-11 15:26:04 -07:00
parent bf59582afd
commit 009136a417
5 changed files with 48 additions and 45 deletions

View File

@@ -45,17 +45,6 @@ let
cmake-language-server # cmake lsp
];
# Praise be to the church of emacs
emacs_stuff = with pkgs; [
emacs-unstable-pgtk
# shell check things
shellcheck
# for search
fd
];
in
{
imports = [
@@ -109,7 +98,6 @@ in
ripgrep # grep, but written in rust, respects .gitignore, and very very fast, command is `rg`
lurk # better strace
# alternative to `find`
fd
@@ -204,8 +192,7 @@ in
jasmin
]
++ rust_pkgs
++ lsps
++ emacs_stuff;
++ lsps;
# https://github.com/flamegraph-rs/flamegraph
home.file.".cargo/config.toml".text = ''