From 579f12681e9c4518701bd1fb6aee61bff71e4e88 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Sun, 30 Jul 2023 01:13:22 +0200 Subject: [PATCH] lots of new packages (will probably need to remove some of them later) --- homes/jacek/default.nix | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/homes/jacek/default.nix b/homes/jacek/default.nix index 03ab27f..6d490ef 100644 --- a/homes/jacek/default.nix +++ b/homes/jacek/default.nix @@ -121,6 +121,7 @@ pkg-config docker docker-compose + postgresql nix-gaming.wine-osu nix-gaming.osu-stable @@ -134,10 +135,16 @@ gnupg pinentry-qt age + rage fd udisks ffmpeg xdg-desktop-portal-gtk + ghc + ghcid + cabal-install + yt-dlp + filelight (fenix.complete.withComponents [ "cargo" "clippy" @@ -145,6 +152,19 @@ "rustc" "rustfmt" ]) + wayland + showmethekey + polkit + libsForQt5.polkit-kde-agent + asciinema + asciinema-agg + du-dust + mullvad-vpn + appimage-run + file + virt-manager + weechat + flowblade ]; stateVersion = lib.mkDefault "23.11";