feat(treewide): trim down packages

This commit is contained in:
electria 2026-06-24 10:19:33 -07:00
commit be3d0865f4
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs
3 changed files with 0 additions and 15 deletions

View file

@ -28,8 +28,6 @@ in
compsize
ffmpeg
python3
]
++ (
if config.nixowos.nvidia.enable then
@ -40,7 +38,6 @@ in
else
[
btop-rocm
nvtopPackages.amd
]
);
};