mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 19:12:11 +02:00
@@ -1,4 +1,13 @@
|
||||
{
|
||||
|
||||
programs.nixvim.plugins.floaterm.enable = true;
|
||||
{ config, ... }: {
|
||||
programs.nixvim = {
|
||||
plugins.floaterm.enable = true;
|
||||
highlightOverride = {
|
||||
FloatermBorder.fg = "#${config.lib.stylix.colors.base01}";
|
||||
};
|
||||
keymaps = [{
|
||||
key = "<leader>cn";
|
||||
action = "<cmd>FloatermNew --title=nixy nixy<cr>";
|
||||
options.desc = "Nixy";
|
||||
}];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user