diff options
| author | EuAndreh <eu@euandre.org> | 2023-02-17 11:54:18 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2023-02-17 11:54:18 -0300 |
| commit | 68ba340fd5eacc17fd8495248703512b0f4eab28 (patch) | |
| tree | 2e2ec59af77840681d2db1832a75b3b77385791c /etc/nix | |
| parent | etc/nix/configuration.nix: Enable extra fonts (diff) | |
| download | dotfiles-68ba340fd5eacc17fd8495248703512b0f4eab28.tar.gz dotfiles-68ba340fd5eacc17fd8495248703512b0f4eab28.tar.xz | |
etc/nix/configuration.nix: Remove ad-hoc mpris-prox user service
Diffstat (limited to 'etc/nix')
| -rw-r--r-- | etc/nix/configuration.nix | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix index 8c2ce6b..4a9a61b 100644 --- a/etc/nix/configuration.nix +++ b/etc/nix/configuration.nix @@ -294,17 +294,6 @@ in { wantedBy = [ "multi-user.target" ]; }; }; - user.services = { - mpris-proxy = { - enable = false; - description = "Mpris proxy, added to support bluetooth media keys"; - serviceConfig = { - After = [ "network.target" "sound.target" ]; - ExecStart = "${pkgs.bluez}/bin/mpris-proxy"; - WantedBy = [ "default.target" ]; - }; - }; - }; }; system = { |
