Skip to content

Commit

Permalink
[home] Remove alacritty
Browse files Browse the repository at this point in the history
  • Loading branch information
George Macon committed Sep 24, 2024
1 parent bb961e6 commit 4dbf1b7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 40 deletions.
17 changes: 0 additions & 17 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@
systems_.url = "github:nix-systems/default";

# Non-flake inputs
alacritty-theme-penumbra = {
url = "github:pomarec/alacritty-theme-penumbra";
flake = false;
};
penumbra = {
url = "github:nealmckee/penumbra";
flake = false;
Expand Down
20 changes: 1 addition & 19 deletions home-manager/home/common.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ pkgs, inputs, ... }:
{ pkgs, ... }:
{
home.packages = builtins.attrValues {
inherit (pkgs)
Expand Down Expand Up @@ -35,22 +35,4 @@
smtpserverport = 465;
};
};

programs.alacritty = {
enable = true;
settings = {
font.normal.family = "Fira Code Nerd Font";
font.size = 13.0;
draw_bold_text_with_bright_colors = true;
key_bindings = [
{
key = "N";
mods = "Shift|Control";
action = "SpawnNewInstance";
}
];
"import" = [ "${inputs.alacritty-theme-penumbra}/penumbra-light.yml" ];
};
};

}

0 comments on commit 4dbf1b7

Please sign in to comment.