From 9c0c240bc1744c7f513aed793586d2d5d5856497 Mon Sep 17 00:00:00 2001 From: spl3g Date: Mon, 8 Jul 2024 11:43:27 +0500 Subject: add some apps --- home-manager/general.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/home-manager/general.nix b/home-manager/general.nix index 3eb2925..4aae11b 100644 --- a/home-manager/general.nix +++ b/home-manager/general.nix @@ -5,24 +5,24 @@ let configHome = "${homeDirectory}/.config"; cliPkgs = with pkgs; [ - fd fh tldr xdg-utils + fd fh tldr xdg-utils outils wget btop jq unstable.devenv bat fzf nix-prefetch-scripts steam-run unzip ghostscript xdragon python311 ripgrep - gcc pkg-config - gnome.adwaita-icon-theme + pokemon-colorscripts + gcc pkg-config ffmpeg + adwaita-icon-theme ]; nogamesPkgs = with pkgs; [ vkd3d mangohud gamemode + osu-lazer-bin bottles steam ]; baconPkgs = with pkgs; [ vesktop libreoffice-fresh - pokemon-colorscripts telegram-desktop - transmission-gtk - osu-lazer-bin + transmission_4-gtk bruno spmp ]; -- cgit v1.2.3