From 0529c402ed324d2f1709e9c5f0ea01a3bf0c6e87 Mon Sep 17 00:00:00 2001 From: smayzy Date: Thu, 3 Jul 2025 20:21:06 +0200 Subject: [PATCH] add ratbagd --- hosts/common/common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/common/common.nix b/hosts/common/common.nix index 5ae595d..8141555 100644 --- a/hosts/common/common.nix +++ b/hosts/common/common.nix @@ -61,4 +61,6 @@ gnome-disk-utility ]; + services.ratbagd.enable = true; + }