mirror of
https://github.com/ItsDrike/nixdots
synced 2025-04-03 20:42:28 +00:00
Add ninja
This commit is contained in:
parent
00016063fe
commit
575e6ae979
2 changed files with 4 additions and 0 deletions
3
home/programs/terminal/coding/cpp.nix
Normal file
3
home/programs/terminal/coding/cpp.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [ninja];
|
||||
}
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./python
|
||||
./cpp.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue