added some dev apps and services

This commit is contained in:
2024-08-15 01:11:28 +09:00
parent 70bb31c3f5
commit 15832ba2f3
18 changed files with 102 additions and 5 deletions

13
user/dev/lang/cc.nix Normal file
View File

@@ -0,0 +1,13 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
gcc
gdb
cmake
autoconf
automake
libtool
clang-analyzer
clang-tools
];
}