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 ./packages
./timezone.nix ./timezone.nix
./nix.nix ./nix.nix
./pipewire.nix
./program.nix ./program.nix
./user.nix ./user.nix
./ssh.nix ./ssh.nix
-5
View File
@@ -5,11 +5,6 @@
neovim neovim
git git
# c++
clang
lld
llvmPackages.bintools
# lua # lua
stylua stylua
lua-language-server lua-language-server
+1
View File
@@ -1,6 +1,7 @@
{ {
imports = [ imports = [
./hyprland ./hyprland
./pipewire.nix
./packages.nix ./packages.nix
./fonts.nix ./fonts.nix
]; ];