Separate alacritty from home configuration.

Compilation fix.
This commit is contained in:
jay
2025-07-02 07:07:37 -04:00
parent d953d2c3df
commit 447ad7930f
2 changed files with 13 additions and 12 deletions

View File

@@ -8,6 +8,7 @@
imports = [
inputs.hyprpanel.homeManagerModules.hyprpanel
./programs/alacritty.nix
./programs/bash.nix
./programs/git.nix
./programs/hyprlock.nix
@@ -53,18 +54,6 @@
EDITOR = "nano";
};
programs.alacritty = lib.mkForce {
enable = true;
settings = {
window.opacity = 0.05;
# window.blur = true;
font.normal = {
family = "BigBlueTermPlus Nerd Font";
style = "Regular";
};
};
};
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;