feat: moved dev pkgs to system

This commit is contained in:
2024-12-20 12:52:44 +01:00
parent 245276ad76
commit d0e2836e36

View File

@@ -1,6 +1,6 @@
{ inputs, pkgs, rust-overlay, ... }:
{
home.packages = with pkgs; [
environment.systemPackages = with pkgs; [
# general
docker
docker-compose
@@ -33,6 +33,7 @@
# cpp
clang-tools
libgcc
cmake
codespell
conan