updates, adding neovim fugitive plugin and nix-index-database

This commit is contained in:
Rouven Seifert 2023-03-15 16:43:43 +01:00
parent 6dc9cb9dbf
commit 2fc96683aa
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
4 changed files with 47 additions and 15 deletions

View file

@ -19,6 +19,11 @@
};
};
nix-index-database = {
url = github:Mic92/nix-index-database;
inputs.nixpkgs.follows = "nixpkgs";
};
nix-colors = {
url = github:Misterio77/nix-colors;
};
@ -68,6 +73,7 @@
{ self
, nixpkgs
, home-manager
, nix-index-database
, hyprland
, sops-nix
, nix-colors
@ -94,6 +100,7 @@
hyprland.homeManagerModules.default
nixvim.homeManagerModules.nixvim
sops-nix.homeManagerModules.sops
nix-index-database.hmModules.nix-index
];
config = {
colorScheme = nix-colors.colorSchemes.dracula;