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
2 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,7 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
alacritty
|
||||
age
|
||||
delta
|
||||
git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue