From 719efce1b2df1e41caf0ef036c7c2204d66f1635 Mon Sep 17 00:00:00 2001 From: NullBite Date: Mon, 1 Apr 2024 15:24:10 -0400 Subject: [PATCH] system: enable udisks2 in common/wm --- system/common/wm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/common/wm.nix b/system/common/wm.nix index ebcf555..f2f2353 100644 --- a/system/common/wm.nix +++ b/system/common/wm.nix @@ -10,6 +10,7 @@ in services = { power-profiles-daemon.enable = mkDefault true; blueman.enable = mkDefault config.hardware.bluetooth.enable; + udisks2.enable = mkDefault true; }; programs = { nm-applet.enable = mkDefault config.networking.networkmanager.enable;