update
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user