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
@@ -1,6 +1,7 @@
{
imports = [
./hyprland
./pipewire.nix
./packages.nix
./fonts.nix
];
+6
View File
@@ -0,0 +1,6 @@
{
services.pipewire = {
enable = true;
pulse.enable = true;
};
}