feat: add nix-index and wrapped comma
This commit is contained in:
parent
cef6917067
commit
231fd16756
3 changed files with 12 additions and 1 deletions
|
@ -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
|
||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
Loading…
Reference in a new issue