calcite: add nix-index-database

This commit is contained in:
xinyangli 2023-12-15 21:24:46 +08:00
parent 700406be3f
commit 60b1409b13
4 changed files with 74 additions and 267 deletions

View file

@ -1,11 +1,14 @@
{ config, pkgs, ... }:
{ inputs, config, pkgs, ... }:
{
imports = [
../common
../vscode.nix
../alacritty.nix
inputs.nix-index-database.hmModules.nix-index
];
programs.nix-index-database.comma.enable = true;
home.username = "xin";
home.homeDirectory = "/home/xin";
home.stateVersion = "23.05";