This commit is contained in:
2023-06-11 14:12:04 -04:00
parent 3d5d2fc966
commit fbc08f6c47
4 changed files with 24 additions and 10 deletions

View File

@@ -5,6 +5,7 @@ pkgs:
nsh = "nix-shell --command fish"; nsh = "nix-shell --command fish";
cd = "z"; cd = "z";
}; };
# interactiveShellInit = '' # interactiveShellInit = ''
# function fish_prompt # function fish_prompt
# set -l last_status $status # set -l last_status $status

View File

@@ -5,7 +5,10 @@ pkgs: {
escapeTime = 0; escapeTime = 0;
keyMode = "vi"; keyMode = "vi";
mouse = true; mouse = true;
plugins = [pkgs.tmuxPlugins.catppuccin]; plugins = [{
plugin = pkgs.tmuxPlugins.catppuccin;
extraConfig = "set -g @catppuccin_window_tabs_enabled on";
}];
shortcut = "Space"; shortcut = "Space";
tmuxinator.enable = true; tmuxinator.enable = true;
extraConfig = '' extraConfig = ''

View File

@@ -32,6 +32,16 @@
} + /themes/macchiato.yml; } + /themes/macchiato.yml;
}; };
xdg.configFile."fish/themes/Catppuccin Macchiato.theme" = {
enable = true;
source = pkgs.fetchFromGitHub {
owner = "catppuccin";
repo = "fish";
rev = "91e6d6721362be05a5c62e235ed8517d90c567c9";
sha256 = "l9V7YMfJWhKDL65dNbxaddhaM6GJ0CFZ6z+4R6MJwBA=";
} + "/themes/Catppuccin Macchiato.theme";
};
home.packages = [ home.packages = [
# pkgs.apacheKafka # pkgs.apacheKafka
pkgs.aria pkgs.aria

View File

@@ -35,15 +35,15 @@ return {
-- "rafamadriz/friendly-snippets", -- "rafamadriz/friendly-snippets",
-- enabled = false, -- enabled = false,
-- }, -- },
{ -- {
"folke/noice.nvim", -- "folke/noice.nvim",
enabled = false, -- enabled = false,
opts = { -- opts = {
cmdline = { -- cmdline = {
view = "cmdline", -- view = "cmdline",
}, -- },
}, -- },
}, -- },
{ {
"echasnovski/mini.pairs", "echasnovski/mini.pairs",
enabled = false, enabled = false,