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