feat: Move alacritty from tools to systemPackages

This commit shifts the Alacritty terminal emulator from "tools" within the user-level configuration to "systemPackages" under the base services configuration. This change allows global access to Alacritty across the system.
This commit is contained in:
Harald Hoyer 2024-07-19 13:53:33 +02:00
parent 5b7249a7e3
commit 7ae6907c2d
2 changed files with 1 additions and 1 deletions

View file

@ -24,7 +24,6 @@
tools = { tools = {
direnv.enable = true; direnv.enable = true;
alacritty.enable = true;
ssh.enable = true; ssh.enable = true;
git.enable = true; git.enable = true;
}; };

View file

@ -18,6 +18,7 @@ in
config = mkIf cfg.enable { config = mkIf cfg.enable {
environment = { environment = {
systemPackages = with pkgs; [ systemPackages = with pkgs; [
alacritty
age age
delta delta
git git