This commit is contained in:
2025-10-23 14:08:32 +02:00
parent 9dc098a1ec
commit 00da4e4637
3 changed files with 6 additions and 10 deletions

View File

@@ -14,6 +14,6 @@
};
home-manager.users.${user} = {
programs.git.userEmail = "christoph@schmatzler.com";
programs.git.settings.user.email = "christoph@schmatzler.com";
};
}

View File

@@ -57,6 +57,6 @@
};
home-manager.users.${user} = {
programs.git.userEmail = "christoph@schmatzler.com";
programs.git.settings.user.email = "christoph@schmatzler.com";
};
}

View File

@@ -5,15 +5,11 @@
settings = {
command = "${pkgs.fish}/bin/fish";
theme = "Catppuccin Latte";
window-padding-x = 8;
window-padding-y = 2;
window-padding-x = 12;
window-padding-y = 3;
window-padding-balance = true;
font-family = "TX-02";
font-size = 15.5;
font-feature = [
"-calt"
"-dlig"
];
font-family = "TX-02 SemiCondensed";
font-size = 16.5;
cursor-style = "block";
mouse-hide-while-typing = true;
mouse-scroll-multiplier = 1.25;