Skip to content

Commit d92780d

Browse files
committed
refactor(cli-utils): sort package list
1 parent 03eb2b9 commit d92780d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/nixos/suites/cli-utils/default.nix

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ in
2424
};
2525

2626
elementary.home.packages = [
27-
pkgs.zip
28-
pkgs.tldr
2927
pkgs.btop
3028
pkgs.exfat
31-
pkgs.wget
32-
pkgs.p7zip
33-
pkgs.jwt-cli
3429
pkgs.jq
30+
pkgs.jwt-cli
31+
pkgs.p7zip
32+
pkgs.tldr
33+
pkgs.wget
34+
pkgs.zip
3535
];
3636
};
3737
}

0 commit comments

Comments
 (0)