This commit is contained in:
2024-12-20 19:42:09 -05:00
parent ab70f1f9f9
commit abc55c6d4e
9 changed files with 340 additions and 61 deletions

View File

@@ -8,18 +8,18 @@
font = {
name = "JetBrainsMono Nerd Font Mono";
size = 12;
package = pkgs.nerdfonts.override {fonts = ["JetBrainsMono"];};
package = pkgs.nerd-fonts.jetbrains-mono;
};
shellIntegration = {
enableZshIntegration = true;
};
themeFile = "kanagawa";
themeFile = "Modus_Vivendi";
# darwinLaunchOptions = [
# "--single-instance"
# ];
settings = {
background_opacity = "0.9";
background_blur = 5;
};
# settings = {
# background_opacity = "0.9";
# background_blur = 5;
# };
};
}