aboutsummaryrefslogtreecommitdiff
path: root/home-manager/general.nix
diff options
context:
space:
mode:
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
];