1
0
Fork 0
mirror of https://github.com/ItsDrike/nixdots synced 2025-05-01 17:48:35 +00:00

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
home/programs/terminal/coding

View file

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

View file

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