feat: Enable alacritty in default.nix
Alacritty was previously commented out in default.nix configuration. This update has ensured it is now enabled.
This commit is contained in:
parent
037bb4d88f
commit
c42a15d235
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
tools = {
|
tools = {
|
||||||
direnv.enable = true;
|
direnv.enable = true;
|
||||||
#alacritty.enable = true;
|
alacritty.enable = true;
|
||||||
ssh.enable = true;
|
ssh.enable = true;
|
||||||
git.enable = true;
|
git.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue