From 9ab470a4193c29716e1fa84ce349af1a34ff8462 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sun, 29 May 2022 05:00:44 +0200 Subject: [PATCH] graphical.nix: add xdg-utils --- modules/graphical.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/graphical.nix b/modules/graphical.nix index 855c5b1..91369a7 100644 --- a/modules/graphical.nix +++ b/modules/graphical.nix @@ -28,6 +28,7 @@ gsettings-desktop-schemas pamixer qbittorrent + xdg-utils ]; services.acpid.enable = true;