revert(alacritty): configure Alacritty
This reverts commit afa768224855f4c1136eb3b62c2b09224f25ade0.
This commit is contained in:
parent
a02f5bb68b
commit
691da2a053
2 changed files with 0 additions and 35 deletions
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../home-manager/modules/alacritty.nix
|
|
||||||
../../home-manager/modules/common.nix
|
../../home-manager/modules/common.nix
|
||||||
../../home-manager/modules/git.nix
|
../../home-manager/modules/git.nix
|
||||||
../../home-manager/modules/home-manager.nix
|
../../home-manager/modules/home-manager.nix
|
||||||
|
|
|
@ -1,34 +0,0 @@
|
||||||
{ config, pkgs, lib, libs, ... }:
|
|
||||||
{
|
|
||||||
programs.alacritty = {
|
|
||||||
enable = true;
|
|
||||||
|
|
||||||
settings = {
|
|
||||||
env = {
|
|
||||||
TERM = "xterm-256color";
|
|
||||||
};
|
|
||||||
|
|
||||||
font = {
|
|
||||||
bold = {
|
|
||||||
style = "Regular";
|
|
||||||
};
|
|
||||||
|
|
||||||
bold_italic = {
|
|
||||||
style = "Italic";
|
|
||||||
};
|
|
||||||
|
|
||||||
normal = {
|
|
||||||
family = "JetBrains Mono NL";
|
|
||||||
style = "Regular";
|
|
||||||
};
|
|
||||||
|
|
||||||
size = 15;
|
|
||||||
};
|
|
||||||
|
|
||||||
window = {
|
|
||||||
decorations = "full";
|
|
||||||
dynamic_title = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue