install nix-index-database and comma; refactoring

This commit is contained in:
cy 2025-03-01 14:09:24 -05:00
parent 44bf0ca489
commit faa35e268e
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
6 changed files with 104 additions and 44 deletions

View file

@ -87,6 +87,10 @@
inputs.flake-utils.follows = "flake-utils";
inputs.flake-compat.follows = "flake-compat";
};
nix-index-database = {
url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};
nvim-github-theme = {
url = "github:projekt0n/github-nvim-theme";
@ -213,6 +217,7 @@
inputs.nixvim.homeManagerModules.nixvim
inputs.niri.homeModules.config
inputs.plasma-manager.homeManagerModules.plasma-manager
inputs.nix-index-database.hmModules.nix-index
];
};