Kakoune: Difference between revisions

imported>Nhey
Configuring kakoune under NixOS.
 
imported>Nhey
No edit summary
Line 2: Line 2:


== Configuration ==
== Configuration ==
Kakoune may be configured without use of the nix build system [https://github.com/mawww/kakoune#running],
Kakoune may be configured without use of the nix build system (see [https://github.com/mawww/kakoune#running]), by simply adding
<syntaxhighlight lang="nix>
<syntaxhighlight lang="nix>
environment.systemPackages = with pkgs; [ kakoune ];
environment.systemPackages = with pkgs; [ kakoune ];