remove c++ tools

This commit is contained in:
2026-04-24 18:56:23 -05:00
parent bb19efac38
commit 5cd20d6a35
4 changed files with 1 additions and 6 deletions
-1
View File
@@ -8,7 +8,6 @@
./packages
./timezone.nix
./nix.nix
./pipewire.nix
./program.nix
./user.nix
./ssh.nix
-5
View File
@@ -5,11 +5,6 @@
neovim
git
# c++
clang
lld
llvmPackages.bintools
# lua
stylua
lua-language-server
-6
View File
@@ -1,6 +0,0 @@
{
services.pipewire = {
enable = true;
pulse.enable = true;
};
}