diff options
| author | stuebinm | 2023-06-17 20:02:29 +0200 |
|---|---|---|
| committer | stuebinm | 2023-06-17 20:02:29 +0200 |
| commit | 431c74980fced3e17a5e5a36422f2f1497e1bff7 (patch) | |
| tree | 892d72d6f381227140559a6ea965da87c9979fae | |
| parent | fd3bafc78337c9ef7f2049f8410064e63e538521 (diff) | |
use dbus with x11, no x-less system for me i guess :(
constantly rebuilding the world just got too annoying
| -rw-r--r-- | pkgs/overlay.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/overlay.nix b/pkgs/overlay.nix index 722cf5b..0f38c5f 100644 --- a/pkgs/overlay.nix +++ b/pkgs/overlay.nix @@ -98,6 +98,6 @@ in }; - dbus = super.dbus.override { x11Support = false; }; + # dbus = super.dbus.override { x11Support = false; }; mu = oldstable.mu; } |
