From 7ae6907c2d0879cffb28a31ba82d6f1ed7eb89be Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 19 Jul 2024 13:53:33 +0200 Subject: [PATCH] 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. --- homes/x86_64-darwin/harald@mpro/default.nix | 1 - modules/darwin/services/base/default.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/homes/x86_64-darwin/harald@mpro/default.nix b/homes/x86_64-darwin/harald@mpro/default.nix index c9bab11..752dfe1 100644 --- a/homes/x86_64-darwin/harald@mpro/default.nix +++ b/homes/x86_64-darwin/harald@mpro/default.nix @@ -24,7 +24,6 @@ tools = { direnv.enable = true; - alacritty.enable = true; ssh.enable = true; git.enable = true; }; diff --git a/modules/darwin/services/base/default.nix b/modules/darwin/services/base/default.nix index eb10d63..cd1ca9f 100644 --- a/modules/darwin/services/base/default.nix +++ b/modules/darwin/services/base/default.nix @@ -18,6 +18,7 @@ in config = mkIf cfg.enable { environment = { systemPackages = with pkgs; [ + alacritty age delta git