sort packages by name

This commit is contained in:
Andreas Zweili 2021-11-18 20:13:49 +01:00
parent fe36c68157
commit 07b3520b8c
1 changed files with 1 additions and 1 deletions

View File

@ -4,10 +4,10 @@
./common.nix ./common.nix
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [
keeweb
nextcloud-client nextcloud-client
signal-desktop signal-desktop
tdesktop tdesktop
keeweb
]; ];
programs.git = { programs.git = {
enable = true; enable = true;