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
, nixpkgs
, nixpkgs-wayland
, nix-index-database
, nh
, nur
, nix-melt
@ -65,6 +66,17 @@
default = {
imports = [
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/git.nix
./home/neovim
@ -90,7 +102,6 @@
]) ++
(with pkgs; [
comma
dracula-theme
neofetch
progress

Binary file not shown.

BIN
flake.nix

Binary file not shown.