mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
updates, adding neovim fugitive plugin and nix-index-database
This commit is contained in:
parent
6dc9cb9dbf
commit
2fc96683aa
4 changed files with 47 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue