[feat] Add vcpkg
This commit is contained in:
@@ -13,6 +13,8 @@ in {
|
||||
|
||||
home.packages = with pkgs;
|
||||
[
|
||||
vcpkg
|
||||
# vcpkg-tool
|
||||
file
|
||||
yt-dlp
|
||||
ngrok
|
||||
|
||||
@@ -133,4 +133,3 @@ require("noice").setup({
|
||||
lsp_doc_border = true, -- add a border to hover docs and signature help
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
@@ -9,7 +9,8 @@ let
|
||||
tmux popup -d '#{pane_current_path}' -xC -yC -w$width -h$height -E "tmux attach -t scratch || tmux new -s scratch"
|
||||
fi
|
||||
'';
|
||||
in {
|
||||
in
|
||||
{
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
shell = "${pkgs.nushellFull}/bin/nu";
|
||||
@@ -20,6 +21,7 @@ in {
|
||||
plugins = with pkgs; [
|
||||
tmuxPlugins.better-mouse-mode
|
||||
tmuxPlugins.tmux-fzf
|
||||
tmuxPlugins.fzf-tmux-url
|
||||
{
|
||||
plugin = tmuxPlugins.tmux-super-fingers;
|
||||
extraConfig = "set -g @super-fingers-key o";
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
return {
|
||||
term = "wezterm",
|
||||
font = wezterm.font_with_fallback({
|
||||
"Hasklig",
|
||||
"Hasklug Nerd Font Mono",
|
||||
"Symbols Nerd Font Mono"
|
||||
}),
|
||||
color_scheme = "Catppuccin Mocha",
|
||||
|
||||
Reference in New Issue
Block a user