sort packages by name

This commit is contained in:
Andreas Zweili 2021-11-18 20:13:05 +01:00
parent 853d896e0e
commit fe36c68157
1 changed files with 2 additions and 2 deletions

View File

@ -20,10 +20,10 @@
programs.home-manager.enable = true; programs.home-manager.enable = true;
home.packages = with pkgs; [ home.packages = with pkgs; [
tmux
mosh
ansible ansible
ansible-lint ansible-lint
mosh
tmux
]; ];
programs.vim = { programs.vim = {