c7f8011da8
Flake lock file updates: • Updated input 'disko': 'github:nix-community/disko/0274af4c92531ebfba4a5bd493251a143bc51f3c' (2024-05-31) → 'github:nix-community/disko/1bbdb06f14e2621290b250e631cf3d8948e4d19b' (2024-06-09) • Updated input 'home-manager': 'github:nix-community/home-manager/2c78a57c544dd19b07442350727ced097e1aa6e6' (2024-05-26) → 'github:nix-community/home-manager/095ef64aa3b2ab4a4f1bf07f29997e21e3a5576a' (2024-06-04) • Updated input 'lix-module': 'git+https://git.lix.systems/lix-project/nixos-module?ref=refs/heads/main&rev=b4b38e6b5fe18da9464f291ae5fbf2ea9acb9ccb' (2024-05-30) → 'git+https://git.lix.systems/lix-project/nixos-module?ref=refs/heads/main&rev=4e25f1ab68f2270f9cff59216056c21073db0164' (2024-06-06) • Updated input 'nix-index-database': 'github:Mic92/nix-index-database/972a52bee3991ae1f1899e6452e0d7c01ee566d9' (2024-06-02) → 'github:Mic92/nix-index-database/a157a81d0a4bc909b2b6666dd71909bcdc8cd0d6' (2024-06-09) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/7b49d3967613d9aacac5b340ef158d493906ba79' (2024-06-01) → 'github:NixOS/nixos-hardware/057a7996d012f342a38a26261ee529cebb1755ef' (2024-06-08) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/a62e6edd6d5e1fa0329b8653c801147986f8d446' (2024-05-31) → 'github:NixOS/nixpkgs/4913a7c3d8b8d00cb9476a6bd730ff57777f740c' (2024-06-08) • Updated input 'nixpkgs-unstable': 'github:NixOS/nixpkgs/ad57eef4ef0659193044870c731987a6df5cf56b' (2024-05-29) → 'github:NixOS/nixpkgs/051f920625ab5aabe37c920346e3e69d7d34400e' (2024-06-07) • Updated input 'nur': 'github:nix-community/NUR/253675c8c3d9294dd2e9857fe1fd8ef6e18c1c61' (2024-06-02) → 'github:nix-community/NUR/3cf425f28b2bfa18b12a989a41d319c94edf5d3d' (2024-06-09) • Updated input 'pre-commit-hooks': 'github:cachix/pre-commit-hooks.nix/0e8fcc54b842ad8428c9e705cb5994eaf05c26a0' (2024-05-20) → 'github:cachix/pre-commit-hooks.nix/cc4d466cb1254af050ff7bdf47f6d404a7c646d1' (2024-06-06)
13 lines
204 B
Nix
13 lines
204 B
Nix
{
|
|
pkgs,
|
|
nix-index-database,
|
|
...
|
|
}: {
|
|
home-manager.users.buffet = {
|
|
imports = [
|
|
nix-index-database.hmModules.nix-index
|
|
];
|
|
|
|
programs.nix-index-database.comma.enable = true;
|
|
};
|
|
}
|