add(cachix): faster installation of system

This commit is contained in:
kenji
2025-12-28 09:08:00 -06:00
parent d4be82176d
commit 47de61c982
3 changed files with 17 additions and 1 deletions
+2
View File
@@ -1,6 +1,7 @@
{pkgs, ...}: {
imports = [
../../system/time.nix
../../system/nix.nix
../../system/backlight.nix
../../system/boot.nix
../../system/amd.nix
@@ -19,5 +20,6 @@
# FIXME: must be on their own app
git
cloudflared
cachix
];
}