remove some more dead code and install clang and stuff

This commit is contained in:
cy 2025-03-03 16:16:47 -05:00
parent 646836d08d
commit 5efbd424b0
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
3 changed files with 9 additions and 24 deletions

View file

@ -92,9 +92,14 @@
syncthing
syncthingtray
(with llvmPackages; [
clang
clang-tools
clangUseLLVM
libcxxClang
stdenv
libcxx
libcxxStdenv
compiler-rt
])
nix-output-monitor
];
programs.feh.enable = true;