Update alpha and tailscale includes

This commit is contained in:
albert 2024-02-20 11:04:49 +09:00
parent 6674670bb4
commit c1adb6c4b7
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
2 changed files with 44 additions and 20 deletions

View file

@ -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; }
{
shortcut = "SPC q";
desc = " Quit Neovim";
type = "group";
val = [
{
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";
};
}
];
};
}

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }: {
{ ... }: {
# Enable tailscale and open port 22 on it
services.tailscale = {
enable = true;