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"