From ba0b3cce0b3a11edd5c070f14b85f63e145a540c Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Wed, 19 Jan 2022 01:24:34 +0000 Subject: [PATCH] Add helix, kakoune --- user/daniel/home.nix | 4 ++++ user/progs/helix/config.toml | 1 + 2 files changed, 5 insertions(+) create mode 100644 user/progs/helix/config.toml diff --git a/user/daniel/home.nix b/user/daniel/home.nix index 8ca867b..dc440c6 100644 --- a/user/daniel/home.nix +++ b/user/daniel/home.nix @@ -50,6 +50,8 @@ file = { ".icons/default".source = "${pkgs.capitaine-cursors}/share/icons/capitaine-cursors"; + ".config/helix/config.toml".source = ../progs/helix/config.toml; + "bin/aupdate" = { source = ../../scripts/aupdate; executable = true; @@ -88,10 +90,12 @@ google-drive-ocamlfuse gomuks gopls + helix i3 i3lock i3utils iosevka + kakoune mpv nerdfonts oh-my-zsh diff --git a/user/progs/helix/config.toml b/user/progs/helix/config.toml new file mode 100644 index 0000000..9d1a0ba --- /dev/null +++ b/user/progs/helix/config.toml @@ -0,0 +1 @@ +theme = "dracula"