aboutsummaryrefslogtreecommitdiff
path: root/home-manager/general.nix
diff options
context:
space:
mode:
authorspl3g <spleefer6@yandex.ru>2024-07-08 11:43:27 +0500
committerspl3g <spleefer6@yandex.ru>2025-05-01 14:58:56 +0300
commit9c0c240bc1744c7f513aed793586d2d5d5856497 (patch)
tree08240a973d854191b0ddeddfd83a955b44495ef3 /home-manager/general.nix
parent7f692118d94d4c37d8c5b0ef6a5c12102a8f5ce4 (diff)
add some apps
Diffstat (limited to 'home-manager/general.nix')
-rw-r--r--home-manager/general.nix12
1 files 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
];