refactor: strip redundant Alacritty theming in favor of Stylix
This commit is contained in:
@@ -4,19 +4,12 @@
|
|||||||
programs.alacritty = {
|
programs.alacritty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
general.import = [ "~/.config/nomarchy/current/theme/alacritty.toml" ];
|
|
||||||
env = {
|
env = {
|
||||||
TERM = "xterm-256color";
|
TERM = "xterm-256color";
|
||||||
};
|
};
|
||||||
terminal = {
|
terminal = {
|
||||||
osc52 = "CopyPaste";
|
osc52 = "CopyPaste";
|
||||||
};
|
};
|
||||||
font = {
|
|
||||||
normal = { family = config.nomarchy.fonts.monospace; style = "Regular"; };
|
|
||||||
bold = { family = config.nomarchy.fonts.monospace; style = "Bold"; };
|
|
||||||
italic = { family = config.nomarchy.fonts.monospace; style = "Italic"; };
|
|
||||||
size = lib.mkForce 9;
|
|
||||||
};
|
|
||||||
window = {
|
window = {
|
||||||
padding = { x = 14; y = 14; };
|
padding = { x = 14; y = 14; };
|
||||||
decorations = "None";
|
decorations = "None";
|
||||||
|
|||||||
Reference in New Issue
Block a user