From e08196565d16efda1e494b400d7c939d5513af5b Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Sun, 2 Jun 2024 00:02:02 +0200 Subject: [PATCH] nvim: install elvish --- home/config/nvim/plugins/treesitter.fnl | 1 + system/darwin/jankyborders.nix | 5 +++++ system/hosts/Styx.nix | 1 + 3 files changed, 7 insertions(+) create mode 100644 system/darwin/jankyborders.nix diff --git a/home/config/nvim/plugins/treesitter.fnl b/home/config/nvim/plugins/treesitter.fnl index 4e31ae1..02d0c06 100644 --- a/home/config/nvim/plugins/treesitter.fnl +++ b/home/config/nvim/plugins/treesitter.fnl @@ -10,6 +10,7 @@ :dockerfile :eex :elixir + :elvish :erlang :fennel :fish diff --git a/system/darwin/jankyborders.nix b/system/darwin/jankyborders.nix new file mode 100644 index 0000000..2c564ad --- /dev/null +++ b/system/darwin/jankyborders.nix @@ -0,0 +1,5 @@ +{ pkgs, ... }: + +{ + environment.systemPackages = [ pkgs.jankyborders ]; +} diff --git a/system/hosts/Styx.nix b/system/hosts/Styx.nix index 73510d7..606c577 100644 --- a/system/hosts/Styx.nix +++ b/system/hosts/Styx.nix @@ -18,6 +18,7 @@ in ../darwin/skhd.nix ../darwin/yabai.nix + ../darwin/jankyborders.nix ]; nix = {