Update alpha and tailscale includes
This commit is contained in:
parent
6674670bb4
commit
c1adb6c4b7
2 changed files with 44 additions and 20 deletions
|
@ -21,10 +21,7 @@
|
||||||
hl = "Type";
|
hl = "Type";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{ type = "padding"; val = 2; }
|
||||||
type = "padding";
|
|
||||||
val = 2;
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
type = "group";
|
type = "group";
|
||||||
val = [
|
val = [
|
||||||
|
@ -33,25 +30,52 @@
|
||||||
desc = " New file";
|
desc = " New file";
|
||||||
command = "<CMD>ene <CR>";
|
command = "<CMD>ene <CR>";
|
||||||
}
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
|
{ type = "padding"; val = 1; }
|
||||||
|
{
|
||||||
|
type = "group";
|
||||||
|
val = [
|
||||||
{
|
{
|
||||||
shortcut = "SPC q";
|
shortcut = "f";
|
||||||
desc = " Quit Neovim";
|
desc = " Open File";
|
||||||
|
command = ":Telescope find_files<CR>";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
|
{ type = "padding"; val = 1; }
|
||||||
|
{
|
||||||
|
type = "group";
|
||||||
|
val = [
|
||||||
|
{
|
||||||
|
shortcut = "r";
|
||||||
|
desc = " Recently Opened";
|
||||||
|
command = ":Telescope oldfiles<CR>";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
|
{ type = "padding"; val = 1; }
|
||||||
|
{
|
||||||
|
type = "group";
|
||||||
|
val = [
|
||||||
|
{
|
||||||
|
shortcut = "g";
|
||||||
|
desc = " Find Word";
|
||||||
|
command = ":Telescope live_grep<CR>";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
|
{ type = "padding"; val = 1; }
|
||||||
|
{
|
||||||
|
type = "group";
|
||||||
|
val = [
|
||||||
|
{
|
||||||
|
shortcut = "q";
|
||||||
|
desc = " Quit Neovim";
|
||||||
command = ":qa<CR>";
|
command = ":qa<CR>";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
|
||||||
type = "padding";
|
|
||||||
val = 2;
|
|
||||||
}
|
|
||||||
{
|
|
||||||
type = "text";
|
|
||||||
val = "Inspiring quote here.";
|
|
||||||
opts = {
|
|
||||||
position = "center";
|
|
||||||
hl = "Keyword";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, ... }: {
|
{ ... }: {
|
||||||
# Enable tailscale and open port 22 on it
|
# Enable tailscale and open port 22 on it
|
||||||
services.tailscale = {
|
services.tailscale = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -21,4 +21,4 @@
|
||||||
100.64.0.14 influx.sysctl.io
|
100.64.0.14 influx.sysctl.io
|
||||||
100.64.0.14 loki.sysctl.io
|
100.64.0.14 loki.sysctl.io
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue