Separate alacritty from home configuration.
Compilation fix.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user