374 current 2024-04-17 16:14:21 24.05.20240416.5672bc9 6.8.4-zen1 *

This commit is contained in:
zackartz 2024-04-17 16:14:57 -04:00
parent 72e5d1d4c5
commit c2f73a14ee
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
4 changed files with 23 additions and 19 deletions

View file

@ -147,26 +147,28 @@
EDITOR = "nvim";
};
xdg.enable = true;
programs.zoxide = {
enable = true;
enableZshIntegration = true;
options = ["--cmd cd"];
};
# programs.btop = {
# enable = true;
# catppuccin.enable = true;
# };
#
# programs.lazygit = {
# enable = true;
# catppuccin.enable = true;
# };
#
# programs.fzf = {
# enable = true;
# catppuccin.enable = true;
# };
programs.btop = {
enable = true;
catppuccin.enable = true;
};
programs.lazygit = {
enable = true;
catppuccin.enable = true;
};
programs.fzf = {
enable = true;
catppuccin.enable = true;
};
systemd.user.services.kb-gui = {
Unit = {

View file

@ -29,6 +29,8 @@ in {
set-option -sa terminal-overrides ",xterm*:Tc"
set -g mouse on
set -g @catppuccin-flavor 'macchiato'
set -g base-index 1
set -g pane-base-index 1
set-window-option -g pane-base-index 1