some stuff

This commit is contained in:
xunuwu 2024-11-24 19:52:38 +01:00
parent ef537aa980
commit 97fd3be530
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
8 changed files with 27 additions and 23 deletions

9
home/develop/common.nix Normal file
View file

@ -0,0 +1,9 @@
{pkgs, ...}: {
home.packages = with pkgs; [
cmake
clang
gnumake
ninja
pkg-config
];
}