reorder packages

This commit is contained in:
Ivan Dimitrov 2024-04-12 20:00:08 +03:00
parent abdf0d21e0
commit c37b7a2b7d
3 changed files with 17 additions and 19 deletions

View File

@ -1,10 +1,12 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
scripts
tor-browser-bundle-bin
shell_gpt
woeusb
ollama
goaccess
ollama
procs
ripgrep
scripts
shell_gpt
tor-browser-bundle-bin
woeusb
];
}

View File

@ -2,18 +2,11 @@
home.packages = with pkgs; [
bat
bemenu
brave
ffmpeg
gopass
grim
imv
libnotify
libreoffice-qt
mako
mpv
mupdf
procs
ripgrep
slurp
wayland
wl-clipboard

View File

@ -1,13 +1,16 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
gimp
gnome.cheese
pavucontrol
libsForQt5.kdenlive
glaxnimate
transmission
yewtube
audacity
ffmpeg
gimp
glaxnimate
gnome.cheese
libsForQt5.kdenlive
mpv
mupdf
pavucontrol
transmission
xonotic
yewtube
];
}