feat: create gruvbox-themed nixvim configuration
Added nixvim as a flake input in flake.nix Added plugin definitions ini home-manager/stvnliu/nixvim/ Added configuration options for easy toggling for editors
This commit is contained in:
parent
2f04f90bc3
commit
fcb2066392
22 changed files with 490 additions and 39 deletions
14
home-manager/stvnliu/editors.nix
Normal file
14
home-manager/stvnliu/editors.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
#./vscode.nix
|
||||
#./intellij.nix
|
||||
];
|
||||
programs.nixvim = import ./nixvim;
|
||||
# dependencies for nixvim configuration
|
||||
home.packages = with pkgs; [ripgrep fd];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue