tv alacritty: add root profile

This commit is contained in:
tv 2023-01-11 17:16:32 +01:00
parent 48f91cbeb1
commit a7a0dc6982

View File

@ -50,6 +50,11 @@ let
];
scrolling.multiplier = 8;
};
configs.root = lib.recursiveUpdate configs.default {
colors.primary.background = "#230000";
colors.primary.foreground = "#e0c0c0";
colors.normal.black = "#800000";
};
writeProfile = name: config: let
config-file =
assert lib.types.filename.check name;