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