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
|
@ -24,7 +24,6 @@
|
|||
|
||||
tools = {
|
||||
direnv.enable = true;
|
||||
alacritty.enable = true;
|
||||
ssh.enable = true;
|
||||
git.enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue