From 31eeedf686c9d2c73c733b4c124b850df1751b24 Mon Sep 17 00:00:00 2001 From: spl3g Date: Thu, 1 May 2025 15:01:39 +0300 Subject: style: rearrange pkgs (don't know why) --- home-manager/general.nix | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'home-manager') diff --git a/home-manager/general.nix b/home-manager/general.nix index 6b71a23..a478327 100644 --- a/home-manager/general.nix +++ b/home-manager/general.nix @@ -6,38 +6,37 @@ let cliPkgs = with pkgs; [ fd + jq + zip tldr - xdg-utils wget - nix-prefetch-scripts btop - jq - steam-run - unzip - ghostscript - xdragon - python311 - ripgrep - pokemon-colorscripts - pkg-config - ffmpeg - adwaita-icon-theme - zip + unzip p7zip + ffmpeg + ripgrep + xdragon + steam-run + python311 + xdg-utils + pkg-config + ghostscript + adwaita-icon-theme + pokemon-colorscripts + nix-prefetch-scripts ]; nogamesPkgs = with pkgs; [ vkd3d - gamemode - bottles steam - tetrio-desktop + bottles + gamemode open-sans ]; baconPkgs = with pkgs; [ vesktop - libreoffice-fresh telegram-desktop + libreoffice-fresh transmission_4-gtk ]; @@ -87,6 +86,7 @@ in fish.enable = true; firefox.enable = true; + zen-browser.enable = true; programs.home-manager.enable = true; } -- cgit v1.2.3