Alphabet sort some misc apps

This commit is contained in:
Jimbo 2024-12-25 02:09:04 -05:00
parent c16bdf2280
commit 5d9146062a
6 changed files with 12 additions and 17 deletions

View file

@ -1,10 +1,10 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
vesktop
fractal
telegram-desktop
libreoffice
bc
fractal
libreoffice
telegram-desktop
vesktop
];
}