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";
|
||||
};
|
||||
}
|
||||
{
|
||||
type = "padding";
|
||||
val = 2;
|
||||
}
|
||||
{ type = "padding"; val = 2; }
|
||||
{
|
||||
type = "group";
|
||||
val = [
|
||||
|
@ -33,25 +30,52 @@
|
|||
desc = " New file";
|
||||
command = "<CMD>ene <CR>";
|
||||
}
|
||||
];
|
||||
}
|
||||
{ type = "padding"; val = 1; }
|
||||
{
|
||||
type = "group";
|
||||
val = [
|
||||
{
|
||||
shortcut = "SPC q";
|
||||
desc = " Quit Neovim";
|
||||
shortcut = "f";
|
||||
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>";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
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
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
|
@ -21,4 +21,4 @@
|
|||
100.64.0.14 influx.sysctl.io
|
||||
100.64.0.14 loki.sysctl.io
|
||||
'';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue