aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspl3g <spleefer6@yandex.ru>2024-08-26 22:47:47 +0500
committerspl3g <spleefer6@yandex.ru>2025-05-01 14:58:56 +0300
commit0c563e8caecda3e5a1e4bc03de48bb6e8c573d53 (patch)
tree9aa59e63904dc79583f0c7acd97c22382c59ed27
parent4ed188828c9097e219926bbf71817c24f05a44e4 (diff)
feat: remove some apps
-rw-r--r--home-manager/general.nix15
1 files changed, 7 insertions, 8 deletions
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