Add ninja

This commit is contained in:
ItsDrike 2024-09-26 16:34:27 +02:00
parent 00016063fe
commit 575e6ae979
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,3 @@
{pkgs, ...}: {
home.packages = with pkgs; [ninja];
}

View file

@ -1,5 +1,6 @@
{
imports = [
./python
./cpp.nix
];
}