summary refs log tree commit diff
path: root/pkgs/tools/graphics/wallutils/000-add-nixos-dirs-to-default-wallpapers.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/wallutils/000-add-nixos-dirs-to-default-wallpapers.patch')
-rw-r--r--pkgs/tools/graphics/wallutils/000-add-nixos-dirs-to-default-wallpapers.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/pkgs/tools/graphics/wallutils/000-add-nixos-dirs-to-default-wallpapers.patch b/pkgs/tools/graphics/wallutils/000-add-nixos-dirs-to-default-wallpapers.patch
new file mode 100644
index 00000000000..77c55b35c96
--- /dev/null
+++ b/pkgs/tools/graphics/wallutils/000-add-nixos-dirs-to-default-wallpapers.patch
@@ -0,0 +1,26 @@
+From 2643b06889605e6096174fb48dcb64a49b252217 Mon Sep 17 00:00:00 2001
+From: Michael Weiss <dev.primeos@gmail.com>
+Date: Sun, 17 Nov 2019 20:30:08 +0100
+Subject: [PATCH] lscollection: Add NixOS paths to DefaultWallpaperDirectories
+
+---
+ collections.go | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/collections.go b/collections.go
+index be04d41..cc79c56 100644
+--- a/collections.go
++++ b/collections.go
+@@ -22,6 +22,9 @@ const (
+ 
+ // DefaultWallpaperDirectories lists the default locations to look for wallpapers
+ var DefaultWallpaperDirectories = []string{
++	"/run/current-system/sw/share/pixmaps",
++	"/run/current-system/sw/share/wallpapers",
++	"/run/current-system/sw/share/backgrounds",
+ 	"/usr/share/pixmaps",
+ 	"/usr/share/wallpapers",
+ 	"/usr/share/backgrounds",
+-- 
+2.23.0
+