From cbe4b83d252102603ae53aac14c3c18c19d2812a Mon Sep 17 00:00:00 2001 From: spl3g Date: Sat, 6 Dec 2025 10:29:56 +0300 Subject: fix(home): reorder pkgs --- home-manager/general.nix | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'home-manager') diff --git a/home-manager/general.nix b/home-manager/general.nix index e3c1412..c87edac 100644 --- a/home-manager/general.nix +++ b/home-manager/general.nix @@ -12,25 +12,28 @@ cliPkgs = with pkgs; [ fd + ripgrep + jq - zip wget btop + tealdeer + + zip unzip p7zip + ffmpeg - flatpak - ripgrep + ghostscript xdragon - tealdeer steam-run python311 + pokemon-colorscripts + xdg-utils pkg-config - ghostscript - adwaita-icon-theme - pokemon-colorscripts nix-prefetch-scripts + adwaita-icon-theme ]; nogamesPkgs = with pkgs; [ @@ -42,6 +45,9 @@ ]; baconPkgs = with pkgs; [ vesktop + chromium + geeqie + darktable telegram-desktop libreoffice-fresh transmission_4-gtk -- cgit v1.2.3