aboutsummaryrefslogtreecommitdiff
path: root/modules/services/parcellite.nix
diff options
context:
space:
mode:
authorRobin Stumm <serverkorken@gmail.com>2019-12-01 15:50:30 +0100
committerRobert Helgesson <robert@rycee.net>2019-12-01 20:03:05 +0100
commitfdd65e5fada5883f4a8a07abc9aa6160e15a22e7 (patch)
treebb4bf4070b34986cd6acef3da1c384e39871f4aa /modules/services/parcellite.nix
parent7c2532d9f98ac61267fecc35e2d8dba0bac1e74c (diff)
parcellite: remove obsolete backward compatibility fixes
This also fixes that the `gtk.theme` option was not picked up due to hardcoded XDG_DATA_DIRS.
Diffstat (limited to '')
-rw-r--r--modules/services/parcellite.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/services/parcellite.nix b/modules/services/parcellite.nix
index 455989ffe07..45cb33ea8e8 100644
--- a/modules/services/parcellite.nix
+++ b/modules/services/parcellite.nix
@@ -33,12 +33,6 @@ in
};
Service = {
- # PATH have been added in nixpkgs.parcellite, keeping it here for
- # backward compatibility. XDG_DATA_DIRS is necessary to make it pick up
- # icons correctly.
- Environment = ''
- PATH=${package}/bin:${pkgs.which}/bin:${pkgs.xdotool}/bin XDG_DATA_DIRS=${pkgs.hicolor_icon_theme}/share
- '';
ExecStart = "${package}/bin/parcellite";
Restart = "on-abort";
};