[feat] Add vcpkg

This commit is contained in:
uttarayan21
2024-03-05 14:49:36 +05:30
parent e698f4de80
commit 4b8acdcad7
5 changed files with 24 additions and 21 deletions

View File

@@ -13,6 +13,8 @@ in {
home.packages = with pkgs;
[
vcpkg
# vcpkg-tool
file
yt-dlp
ngrok

View File

@@ -133,4 +133,3 @@ require("noice").setup({
lsp_doc_border = true, -- add a border to hover docs and signature help
},
})

View File

@@ -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";

View File

@@ -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",