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:
parent
5b7249a7e3
commit
7ae6907c2d
|
@ -24,7 +24,6 @@
|
|||
|
||||
tools = {
|
||||
direnv.enable = true;
|
||||
alacritty.enable = true;
|
||||
ssh.enable = true;
|
||||
git.enable = true;
|
||||
};
|
||||
|
|
|
@ -18,6 +18,7 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
alacritty
|
||||
age
|
||||
delta
|
||||
git
|
||||
|
|
Loading…
Reference in a new issue