summaryrefslogtreecommitdiffstats
path: root/usecases
diff options
context:
space:
mode:
Diffstat (limited to 'usecases')
-rw-r--r--usecases/desktop/development.nix63
1 files changed, 31 insertions, 32 deletions
diff --git a/usecases/desktop/development.nix b/usecases/desktop/development.nix
index bc936b8..9c66d11 100644
--- a/usecases/desktop/development.nix
+++ b/usecases/desktop/development.nix
@@ -57,38 +57,37 @@ in {
57 57
58 config = { 58 config = {
59 # TODO: add cargo-info 59 # TODO: add cargo-info
60 users.extraUsers.minijackson.packages = with pkgs.unstable; 60 users.extraUsers.minijackson.packages = with pkgs.unstable; [
61 [ 61 bintools
62 bintools 62 bacon
63 bacon 63 clang
64 clang 64 clang-tools
65 clang-tools 65 diffoscopeMinimal
66 diffoscopeMinimal 66 elixir
67 elixir 67 gcc
68 gcc 68 gdb
69 gdb 69 graphviz
70 graphviz 70 man-pages
71 man-pages 71 python3Packages.ipython
72 python3Packages.ipython 72 rr
73 rr 73 rustup
74 rustup 74 watchexec
75 watchexec 75
76 76 shfmt
77 shfmt 77 taplo
78 taplo 78
79 79 # Python
80 # Python 80 black
81 black 81 python3Packages.isort
82 python3Packages.isort 82 python3Packages.mypy
83 python3Packages.mypy 83 python3Packages.tox
84 python3Packages.tox 84 # TODO: how to install into pylsp's python env?
85 # TODO: how to install into pylsp's python env? 85 # python-lsp-black
86 # python-lsp-black 86 # pyls-isort
87 # pyls-isort 87 # pylsp-mypy
88 # pylsp-mypy 88
89 89 ruff
90 ruff 90 ];
91 ];
92 91
93 vim = { 92 vim = {
94 extraPlugins = with vimPlugins; [ 93 extraPlugins = with vimPlugins; [