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
|
, 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
|
||||||
|
|
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