Install prerequisites

This commit is contained in:
Isshi0417 2024-07-19 05:04:54 +09:00
parent 44f606f54e
commit 5d48d7a751

View File

@ -11,4 +11,10 @@
recursive = true;
source = ./config;
};
home.packages = with pkgs; [
ripgrep
fd
libgccjit
];
}