Adding transient nixvim configs, dwl, dwl patches
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user