diff --git a/nixosModules/system/de/plasma.nix b/nixosModules/system/de/plasma.nix
index c23f4de..0816fdd 100644
--- a/nixosModules/system/de/plasma.nix
+++ b/nixosModules/system/de/plasma.nix
@@ -23,5 +23,7 @@ in
       displayManager.sddm.wayland.enable = true;
       desktopManager.plasma6.enable = true;
     };
+
+    programs.partition-manager.enable = true;
   };
 }