Committed after home build
diff --git a/system/configuration.nix b/system/configuration.nix
index ef00888..88b23c1 100644
--- a/system/configuration.nix
+++ b/system/configuration.nix
@@ -173,6 +173,18 @@
   services.i2p.enable = true;
   virtualisation.docker.enable = true;
 
+  nixpkgs.overlays = [
+    (self: super: {
+      polkit = super.polkit.overrideAttrs (oldAttrs: {
+        patches = oldAttrs.patches ++ [
+          (super.fetchpatch {
+            url = "https://gitlab.freedesktop.org/polkit/polkit/-/commit/716a273ce0af467968057f3e107156182bd290b0.patch";
+            sha256 = "sha256-hOJJhUmxXm87W1ZU9Y1NJ8GCyKvPjbIVtCHlhRGlN8k=";
+          })];
+      });
+    })
+  ];
+
   # This value determines the NixOS release from which the default
   # settings for stateful data, like file locations and database versions
   # on your system were taken. It‘s perfectly fine and recommended to leave
diff --git a/users/minion/home.nix b/users/minion/home.nix
index 6e214e3..d21b1d7 100644
--- a/users/minion/home.nix
+++ b/users/minion/home.nix
@@ -46,6 +46,7 @@
     nur.repos.kira-bruneau.rofi-wayland
     rofimoji
     anytype
+    htop
   ];
 
   programs.git = {