fix: correct indentation in systemPackages list
The alacritty package entry was misaligned in the list of systemPackages. This fix ensures consistent indentation for better readability and maintainability.
This commit is contained in:
parent
7ae6907c2d
commit
629c69f028
|
@ -18,7 +18,7 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
alacritty
|
||||
alacritty
|
||||
age
|
||||
delta
|
||||
git
|
||||
|
|
Loading…
Reference in a new issue