diff options
| author | spl3g <spleefer6@yandex.ru> | 2025-05-01 15:01:39 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-05-01 15:16:52 +0300 |
| commit | 31eeedf686c9d2c73c733b4c124b850df1751b24 (patch) | |
| tree | 567a4956680c81a69104583b6ff1d6f64e0c3e41 | |
| parent | f5d488074da9dc774b050bd35127b3dc92a790ca (diff) | |
style: rearrange pkgs (don't know why)
| -rw-r--r-- | home-manager/general.nix | 36 |
1 files changed, 18 insertions, 18 deletions
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; } |
