Add helix, kakoune

This commit is contained in:
2022-01-19 01:24:34 +00:00
parent a628f41a1b
commit ba0b3cce0b
2 changed files with 5 additions and 0 deletions

View File

@@ -50,6 +50,8 @@
file = { file = {
".icons/default".source = "${pkgs.capitaine-cursors}/share/icons/capitaine-cursors"; ".icons/default".source = "${pkgs.capitaine-cursors}/share/icons/capitaine-cursors";
".config/helix/config.toml".source = ../progs/helix/config.toml;
"bin/aupdate" = { "bin/aupdate" = {
source = ../../scripts/aupdate; source = ../../scripts/aupdate;
executable = true; executable = true;
@@ -88,10 +90,12 @@
google-drive-ocamlfuse google-drive-ocamlfuse
gomuks gomuks
gopls gopls
helix
i3 i3
i3lock i3lock
i3utils i3utils
iosevka iosevka
kakoune
mpv mpv
nerdfonts nerdfonts
oh-my-zsh oh-my-zsh

View File

@@ -0,0 +1 @@
theme = "dracula"