moved nixvim to a new repo

This commit is contained in:
chloe 2025-03-09 10:29:45 +01:00
parent dc4c8a81e1
commit 227a6dfd1f
7 changed files with 159 additions and 193 deletions

View file

@ -68,11 +68,11 @@ urgent=yes
# protocols=http, https, ftp, ftps, file, gemini, gopher
# uri-characters=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.,~:;/?#@!$&%*+="'()[]
[cursor]
#[cursor]
# style=block
# color=<inverse foreground/background>
color=232634 f2d5cf
blink=yes
#color=232634 f2d5cf
#blink=yes
# blink-rate=500
# beam-thickness=1.5
# underline-thickness=<font underline thickness>
@ -84,7 +84,7 @@ blink=yes
[touch]
# long-press-delay=400
[colors]
#[colors]
# alpha=1.0
# background=20111b
# foreground=ffffff
@ -130,39 +130,42 @@ blink=yes
# search-box-match=<regular0> <regular3> # black-on-yellow
# urls=<regular3>
[cursor]
color=eff1f5 dc8a78
[colors]
foreground=c6d0f5
background=303446
foreground=4c4f69
background=eff1f5
regular0=51576d
regular1=e78284
regular2=a6d189
regular3=e5c890
regular4=8caaee
regular5=f4b8e4
regular6=81c8be
regular7=b5bfe2
regular0=5c5f77
regular1=d20f39
regular2=40a02b
regular3=df8e1d
regular4=1e66f5
regular5=ea76cb
regular6=179299
regular7=acb0be
bright0=626880
bright1=e78284
bright2=a6d189
bright3=e5c890
bright4=8caaee
bright5=f4b8e4
bright6=81c8be
bright7=a5adce
bright0=6c6f85
bright1=d20f39
bright2=40a02b
bright3=df8e1d
bright4=1e66f5
bright5=ea76cb
bright6=179299
bright7=bcc0cc
16=ef9f76
17=f2d5cf
16=fe640b
17=dc8a78
selection-foreground=c6d0f5
selection-background=4f5369
selection-foreground=4c4f69
selection-background=ccced7
search-box-no-match=232634 e78284
search-box-match=c6d0f5 414559
search-box-no-match=dce0e8 d20f39
search-box-match=4c4f69 ccd0da
jump-labels=232634 ef9f76
urls=8caaee
jump-labels=dce0e8 fe640b
urls=1e66f5
[csd]
# preferred=server
# size=26

View file

@ -4,6 +4,7 @@
lib,
osConfig,
inputs,
nixvim,
...
}:
@ -124,10 +125,6 @@
# '';
};
imports = [
inputs.anyrun.homeManagerModules.default
];
programs.direnv = {
enable = true;
enableBashIntegration = true; # see note on other shells below