This commit is contained in:
2025-09-10 09:10:53 +00:00
parent 605ea16973
commit 34c5a4950d
7 changed files with 44 additions and 43 deletions

View File

@@ -4,7 +4,7 @@
package = pkgs.ghostty-bin;
settings = {
command = "${pkgs.fish}/bin/fish";
theme = "catppuccin-latte";
theme = "catppuccin-mocha";
window-padding-x = 8;
window-padding-y = 2;
window-padding-balance = true;

View File

@@ -2,18 +2,18 @@
programs.bat = {
enable = true;
config = {
theme = "Catppuccin Latte";
theme = "Catppuccin Mocha";
pager = "ov";
};
themes = {
"Catppuccin Latte" = {
"Catppuccin Mocha" = {
src = pkgs.fetchFromGitHub {
owner = "catppuccin";
repo = "bat";
rev = "6810349b28055dce54076712fc05fc68da4b8ec0";
sha256 = "lJapSgRVENTrbmpVyn+UQabC9fpV1G1e+CdlJ090uvg=";
};
file = "themes/Catppuccin Latte.tmTheme";
file = "themes/Catppuccin Mocha.tmTheme";
};
};
};

View File

@@ -40,7 +40,7 @@
set fish_pager_color_completion 4c4f69
set fish_pager_color_description 9ca0b0
set -gx LS_COLORS "$(vivid generate catppuccin-latte)"
set -gx LS_COLORS "$(vivid generate catppuccin-mocha)"
for mode in default insert
bind --mode $mode \cp open_project

View File

@@ -21,7 +21,7 @@
colorschemes.catppuccin = {
enable = true;
settings = {
flavour = "latte";
flavour = "mocha";
};
};
extraConfigLua = ''

View File

@@ -7,7 +7,7 @@
enable = true;
enableFishIntegration = lib.mkDefault false;
settings = {
theme = "catppuccin-latte";
theme = "catppuccin-mocha";
default_layout = "default";
default_shell = "${pkgs.fish}/bin/fish";
pane_frames = false;

View File

@@ -2,6 +2,7 @@
with pkgs; [
(callPackage ./bin/open-project.nix {})
age
rclone
alejandra
ast-grep
delta