1
0
Fork 0

nvim: install elvish

This commit is contained in:
Daniel Kempkens 2024-06-02 00:02:02 +02:00
parent aaef19c502
commit e08196565d
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
3 changed files with 7 additions and 0 deletions

View file

@ -10,6 +10,7 @@
:dockerfile
:eex
:elixir
:elvish
:erlang
:fennel
:fish

View file

@ -0,0 +1,5 @@
{ pkgs, ... }:
{
environment.systemPackages = [ pkgs.jankyborders ];
}

View file

@ -18,6 +18,7 @@ in
../darwin/skhd.nix
../darwin/yabai.nix
../darwin/jankyborders.nix
];
nix = {