up
This commit is contained in:
@@ -14,6 +14,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.${user} = {
|
home-manager.users.${user} = {
|
||||||
programs.git.userEmail = "christoph@schmatzler.com";
|
programs.git.settings.user.email = "christoph@schmatzler.com";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -57,6 +57,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.${user} = {
|
home-manager.users.${user} = {
|
||||||
programs.git.userEmail = "christoph@schmatzler.com";
|
programs.git.settings.user.email = "christoph@schmatzler.com";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,15 +5,11 @@
|
|||||||
settings = {
|
settings = {
|
||||||
command = "${pkgs.fish}/bin/fish";
|
command = "${pkgs.fish}/bin/fish";
|
||||||
theme = "Catppuccin Latte";
|
theme = "Catppuccin Latte";
|
||||||
window-padding-x = 8;
|
window-padding-x = 12;
|
||||||
window-padding-y = 2;
|
window-padding-y = 3;
|
||||||
window-padding-balance = true;
|
window-padding-balance = true;
|
||||||
font-family = "TX-02";
|
font-family = "TX-02 SemiCondensed";
|
||||||
font-size = 15.5;
|
font-size = 16.5;
|
||||||
font-feature = [
|
|
||||||
"-calt"
|
|
||||||
"-dlig"
|
|
||||||
];
|
|
||||||
cursor-style = "block";
|
cursor-style = "block";
|
||||||
mouse-hide-while-typing = true;
|
mouse-hide-while-typing = true;
|
||||||
mouse-scroll-multiplier = 1.25;
|
mouse-scroll-multiplier = 1.25;
|
||||||
|
|||||||
Reference in New Issue
Block a user