feat: add nix-index and wrapped comma

This commit is contained in:
matt1432 2023-11-22 14:36:42 -05:00
parent cef6917067
commit 231fd16756
3 changed files with 12 additions and 1 deletions

View file

@ -3,6 +3,7 @@
, lib , lib
, nixpkgs , nixpkgs
, nixpkgs-wayland , nixpkgs-wayland
, nix-index-database
, nh , nh
, nur , nur
, nix-melt , nix-melt
@ -65,6 +66,17 @@
default = { default = {
imports = [ imports = [
nur.hmModules.nur nur.hmModules.nur
nix-index-database.hmModules.nix-index
{
programs = {
nix-index-database.comma.enable = true;
nix-index = {
enable = true;
enableBashIntegration = true;
};
};
}
./home/bash ./home/bash
./home/git.nix ./home/git.nix
./home/neovim ./home/neovim
@ -90,7 +102,6 @@
]) ++ ]) ++
(with pkgs; [ (with pkgs; [
comma
dracula-theme dracula-theme
neofetch neofetch
progress progress

Binary file not shown.

BIN
flake.nix

Binary file not shown.