summary refs log tree commit diff
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-08-10 07:10:40 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-08-10 11:17:18 -0400
commit0722e88665c58c871161453d11c22ace85ff48d8 (patch)
tree875ca7a6324ad28a4ef90736cbc0fcc6ace19ef4
parentbe3fe4a869c731d2fd929b36edf8b12600ec8bc5 (diff)
downloadnixpkgs-0722e88665c58c871161453d11c22ace85ff48d8.tar
nixpkgs-0722e88665c58c871161453d11c22ace85ff48d8.tar.gz
nixpkgs-0722e88665c58c871161453d11c22ace85ff48d8.tar.bz2
nixpkgs-0722e88665c58c871161453d11c22ace85ff48d8.tar.lz
nixpkgs-0722e88665c58c871161453d11c22ace85ff48d8.tar.xz
nixpkgs-0722e88665c58c871161453d11c22ace85ff48d8.tar.zst
nixpkgs-0722e88665c58c871161453d11c22ace85ff48d8.zip
nixos/gpaste: don't set sessionPath
Not needed since f63d94eba34
-rw-r--r--nixos/modules/programs/gpaste.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/programs/gpaste.nix b/nixos/modules/programs/gpaste.nix
index 33d5f58bfdd..4f6deb77e5e 100644
--- a/nixos/modules/programs/gpaste.nix
+++ b/nixos/modules/programs/gpaste.nix
@@ -29,7 +29,6 @@ with lib;
   config = mkIf config.programs.gpaste.enable {
     environment.systemPackages = [ pkgs.gnome3.gpaste ];
     services.dbus.packages = [ pkgs.gnome3.gpaste ];
-    services.xserver.desktopManager.gnome3.sessionPath = [ pkgs.gnome3.gpaste ];
     systemd.packages = [ pkgs.gnome3.gpaste ];
   };
 }