diff options
| author | spl3g <spleefer6@yandex.ru> | 2025-12-06 10:29:56 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-12-06 10:29:56 +0300 |
| commit | cbe4b83d252102603ae53aac14c3c18c19d2812a (patch) | |
| tree | a63690f34656577c1115bfb41ba378a6a8510e10 | |
| parent | c50e77281294c819b95941b3e3427797b789093d (diff) | |
fix(home): reorder pkgs
| -rw-r--r-- | home-manager/general.nix | 20 |
1 files changed, 13 insertions, 7 deletions
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 |
