1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

feat: add comma & nix-index-database

This commit is contained in:
Ryan Cao 2024-09-04 19:02:23 +08:00
parent 1833524619
commit 158cebb96e
Signed by: ryanccn
GPG key ID: 48C96B2057D71CB1
4 changed files with 32 additions and 0 deletions

View file

@ -54,4 +54,6 @@
config.allowUnfree = true;
hostPlatform = "aarch64-darwin";
};
programs.nix-index-database.comma.enable = true;
}