diff --git a/home-manager/common/software/cli/nixvim/alpha.nix b/home-manager/common/software/cli/nixvim/alpha.nix index 1a5df753..9238e977 100644 --- a/home-manager/common/software/cli/nixvim/alpha.nix +++ b/home-manager/common/software/cli/nixvim/alpha.nix @@ -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 = "ene "; } + ]; + } + { type = "padding"; val = 1; } + { + type = "group"; + val = [ { - shortcut = "SPC q"; - desc = " Quit Neovim"; + shortcut = "f"; + desc = " Open File"; + command = ":Telescope find_files"; + } + ]; + } + { type = "padding"; val = 1; } + { + type = "group"; + val = [ + { + shortcut = "r"; + desc = "󰁯 Recently Opened"; + command = ":Telescope oldfiles"; + } + ]; + } + { type = "padding"; val = 1; } + { + type = "group"; + val = [ + { + shortcut = "g"; + desc = "󰖬 Find Word"; + command = ":Telescope live_grep"; + } + ]; + } + { type = "padding"; val = 1; } + { + type = "group"; + val = [ + { + shortcut = "q"; + desc = " Quit Neovim"; command = ":qa"; } ]; } - { - type = "padding"; - val = 2; - } - { - type = "text"; - val = "Inspiring quote here."; - opts = { - position = "center"; - hl = "Keyword"; - }; - } ]; }; } diff --git a/nixos/common/services/tailscale.nix b/nixos/common/services/tailscale.nix index a5f5e84b..2603747a 100644 --- a/nixos/common/services/tailscale.nix +++ b/nixos/common/services/tailscale.nix @@ -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 ''; -} \ No newline at end of file +}