Move kakoune module
This commit is contained in:
parent
a4494d86d4
commit
05396972fa
|
@ -3,7 +3,7 @@
|
||||||
./controller.nix
|
./controller.nix
|
||||||
./waybar.nix
|
./waybar.nix
|
||||||
./helix.nix
|
./helix.nix
|
||||||
./kakoune.nix
|
./kakoune
|
||||||
./fish
|
./fish
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
./hyprland.nix
|
./hyprland.nix
|
||||||
|
|
|
@ -22,14 +22,14 @@ in
|
||||||
with colors;
|
with colors;
|
||||||
lib.concatStringsSep "\n"
|
lib.concatStringsSep "\n"
|
||||||
(map (lib.readFile) ([
|
(map (lib.readFile) ([
|
||||||
./kak/filetypes.kak
|
./filetypes.kak
|
||||||
./kak/hooks.kak
|
./hooks.kak
|
||||||
./kak/indent.kak
|
./indent.kak
|
||||||
./kak/keys.kak
|
./keys.kak
|
||||||
./kak/plug.kak
|
./plug.kak
|
||||||
./kak/usermode.kak
|
./usermode.kak
|
||||||
./kak/git-mode.kak
|
./git-mode.kak
|
||||||
] ++ lib.optional (dmenu == "rofi") ./kak/rofi-commands.kak)) + ''
|
] ++ lib.optional (dmenu == "rofi") ./rofi-commands.kak)) + ''
|
||||||
|
|
||||||
set global scrolloff 10,20
|
set global scrolloff 10,20
|
||||||
set global autoreload yes
|
set global autoreload yes
|
||||||
|
@ -129,7 +129,7 @@ in
|
||||||
Hint = "blue";
|
Hint = "blue";
|
||||||
}));
|
}));
|
||||||
};
|
};
|
||||||
home.file = { ".config/kak-lsp/kak-lsp.toml".source = ./kak/kak-lsp.toml; };
|
home.file = { ".config/kak-lsp/kak-lsp.toml".source = ./kak-lsp.toml; };
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
kakoune
|
kakoune
|
||||||
terminal
|
terminal
|
Loading…
Reference in a new issue