flake: start transitioning away from with
This commit is contained in:
parent
4b853a8962
commit
deb3e1753c
10 changed files with 281 additions and 270 deletions
|
@ -31,11 +31,9 @@
|
|||
ln -s --relative "$autoload_target" autoload
|
||||
'';
|
||||
};
|
||||
|
||||
plugins = with kakounePlugins; [
|
||||
fzf-kak
|
||||
kakoune-catppuccin
|
||||
];
|
||||
plugins = builtins.attrValues {
|
||||
inherit (kakounePlugins) fzf-kak kakoune-catppuccin;
|
||||
};
|
||||
|
||||
kakoune-wrapped = symlinkJoin {
|
||||
name = "kakoune-wrapped";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue