Adding transient nixvim configs, dwl, dwl patches

This commit is contained in:
2025-09-17 14:02:06 -04:00
parent 8c1552cdde
commit 4b7a2ccd20
10 changed files with 221 additions and 28 deletions

View File

@@ -1,10 +1,12 @@
{ config, pkgs, lib, inputs, ... }:
{
imports = [
../which-key.nix
./which-key.nix
./options.nix
];
programs.nixvim = {
enable = true;
enableMan = true;
colorschemes = {
cyberdream = {
enable = true;
@@ -22,7 +24,7 @@
theme = "dashboard";
};
fzf-lua = {
lazyLoad.enable = true;
enable = true;
settings = {
files = {
color_icons = true;
@@ -31,7 +33,7 @@
__raw = "[[-type f -not -path '*.git/objects*' -not -path '*.env*']]";
};
multiprocess = true;
prompt = "󰆤 ";"
prompt = "󰆤 ";
};
winopts = {
col = 0.3;