Revert "Replace alacritty with gnome-console"

This reverts commit d02232e721.
I like alacritty better
This commit is contained in:
Andreas Zweili 2023-02-28 09:24:28 +01:00
parent 240fe47a62
commit a11a4132e4
4 changed files with 61 additions and 0 deletions

View File

@ -2,6 +2,7 @@
{
imports = [
(import "${custom.inputs.self}/home-manager/common" { inherit custom; })
"${custom.inputs.self}/home-manager/software/alacritty"
"${custom.inputs.self}/home-manager/software/calibre"
"${custom.inputs.self}/home-manager/software/czkawka"
"${custom.inputs.self}/home-manager/software/emacs"

View File

@ -0,0 +1,58 @@
{ ... }:
{
programs.alacritty = {
enable = true;
settings = {
env.TERM = "xterm-256color";
colors = {
primary = {
background = "#fdf6e3";
foreground = "#657b83";
};
cursor = {
text = "#fdf6e3";
cursor = "#657b83";
};
normal = {
black = "#073642";
red = "#dc322f";
green = "#859900";
yellow = "#b58900";
blue = "#268bd2";
magenta = "#d33682";
cyan = "#2aa198";
white = "#eee8d5";
};
bright = {
black = "#002b36";
red = "#cb4b16";
green = "#586e75";
yellow = "#657b83";
blue = "#839496";
magenta = "#6c71c4";
cyan = "#93a1a1";
white = "#fdf6e3";
};
};
font = {
normal = {
family = "Source Code Pro";
style = "Regular";
};
bold = {
family = "Source Code Pro";
style = "Regular";
};
italic = {
family = "Source Code Pro";
style = "Italic";
};
bold_italic = {
family = "Source Code Pro";
style = "Bold Italic";
};
size = 12;
};
};
};
}

View File

@ -85,6 +85,7 @@
environment = {
systemPackages = with pkgs; [
# what I consider to be system packages
alacritty
appimage-run
brightnessctl
firefox

View File

@ -11,6 +11,7 @@
gnomeExtensions.switcheroo
];
gnome.excludePackages = (with pkgs; [
gnome-console
gnome-text-editor
gnome-tour
]) ++ (with pkgs.gnome; [