From 0c563e8caecda3e5a1e4bc03de48bb6e8c573d53 Mon Sep 17 00:00:00 2001 From: spl3g Date: Mon, 26 Aug 2024 22:47:47 +0500 Subject: feat: remove some apps --- home-manager/general.nix | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'home-manager/general.nix') diff --git a/home-manager/general.nix b/home-manager/general.nix index 4aae11b..4489adf 100644 --- a/home-manager/general.nix +++ b/home-manager/general.nix @@ -5,25 +5,24 @@ let configHome = "${homeDirectory}/.config"; cliPkgs = with pkgs; [ - fd fh tldr xdg-utils outils - wget btop jq unstable.devenv - bat fzf nix-prefetch-scripts + fd tldr xdg-utils wget + nix-prefetch-scripts btop jq steam-run unzip ghostscript xdragon python311 ripgrep pokemon-colorscripts - gcc pkg-config ffmpeg + pkg-config ffmpeg adwaita-icon-theme ]; + nogamesPkgs = with pkgs; [ - vkd3d mangohud gamemode - osu-lazer-bin + vkd3d gamemode bottles steam - ]; + ]; baconPkgs = with pkgs; [ vesktop libreoffice-fresh telegram-desktop transmission_4-gtk - bruno spmp + bruno ]; in -- cgit v1.2.3