added yanky

This commit is contained in:
cnst
2024-07-15 12:30:44 +02:00
parent 181e59a105
commit d6bbebf7f3
9 changed files with 107 additions and 96 deletions

View File

@@ -1,5 +1,4 @@
{pkgs, ...}:
{
{pkgs, ...}: {
imports = [
./barbar.nix
./comment.nix
@@ -17,10 +16,10 @@
./vimtex.nix
./nonels.nix
./conform.nix
./yanky.nix
];
programs.nixvim = {
extraPlugins = [pkgs.vimPlugins.gruvbox-material];
colorscheme = "gruvbox-material";