many changes

This commit is contained in:
Sean Kovacs 2025-12-14 00:38:59 -05:00
commit 6641cfac30
Signed by: sckova
GPG key ID: 00F325187C68651A
15 changed files with 527 additions and 515 deletions

View file

@ -6,8 +6,8 @@
enableGitIntegration = true;
themeFile = "Catppuccin-${config.catppuccinUpper.flavor}";
font = {
name = "NotoSansM Nerd Font Mono";
size = 10;
name = config.userOptions.fontMono.name;
size = config.userOptions.fontMono.size;
};
shellIntegration = {
enableFishIntegration = true;