iosevka, fix depreciations
Signed-off-by: Christoph Schmatzler <christoph@tuist.dev>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
window-padding-x = 8;
|
||||
window-padding-y = 2;
|
||||
window-padding-balance = true;
|
||||
font-family = "Fira Code";
|
||||
font-family = "Iosevka";
|
||||
font-size = 15.5;
|
||||
font-feature = [
|
||||
"-calt"
|
||||
|
||||
@@ -4,11 +4,8 @@ in {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
ignores = ["*.swp"];
|
||||
userName = name;
|
||||
lfs = {
|
||||
enable = true;
|
||||
};
|
||||
extraConfig = {
|
||||
settings = {
|
||||
user.name = name;
|
||||
init.defaultBranch = "main";
|
||||
core = {
|
||||
editor = "vim";
|
||||
@@ -31,6 +28,9 @@ in {
|
||||
show = "delta";
|
||||
};
|
||||
};
|
||||
lfs = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
home.shellAliases = {
|
||||
|
||||
@@ -6,11 +6,13 @@
|
||||
}: {
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
enableDefaultConfig = false;
|
||||
includes = [
|
||||
(lib.mkIf pkgs.stdenv.hostPlatform.isLinux "/home/${user}/.ssh/config_external")
|
||||
(lib.mkIf pkgs.stdenv.hostPlatform.isDarwin "/Users/${user}/.ssh/config_external")
|
||||
];
|
||||
matchBlocks = {
|
||||
"*" = {};
|
||||
"github.com" = {
|
||||
identitiesOnly = true;
|
||||
identityFile = [
|
||||
|
||||
@@ -5,6 +5,7 @@ with pkgs; [
|
||||
alejandra
|
||||
amp-cli
|
||||
ast-grep
|
||||
codex
|
||||
delta
|
||||
devenv
|
||||
dig
|
||||
@@ -13,6 +14,7 @@ with pkgs; [
|
||||
fastfetch
|
||||
fd
|
||||
fira-code
|
||||
iosevka
|
||||
gh
|
||||
git
|
||||
gnumake
|
||||
|
||||
Reference in New Issue
Block a user