commit | 6f613d0141d7a8558dd81e350cb011026b39d285 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Thu Sep 01 23:47:16 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Sep 04 11:34:27 2022 +0100 |
tree | f237bad6f16b6460bf8c03ab20a70658a0fb3e57 | |
parent | 73131c33f1b8f264446c7e1774257f9bef503a1c [diff] |
Enable dbus - Allow different applications to communicate with each other
diff --git a/modules/dbus.nix b/modules/dbus.nix new file mode 100644 index 0000000..9e75e13 --- /dev/null +++ b/modules/dbus.nix
@@ -0,0 +1,3 @@ +{ + config.services.dbus.enable = true; +}