vuls: init at 0.27.0 (#348530)
[NixPkgs.git] / pkgs / by-name / wa / wallutils / 000-add-nixos-dirs-to-default-wallpapers.patch
blob77c55b35c96b47aeffb6cfcf4cddcd447c1c262b
1 From 2643b06889605e6096174fb48dcb64a49b252217 Mon Sep 17 00:00:00 2001
2 From: Michael Weiss <dev.primeos@gmail.com>
3 Date: Sun, 17 Nov 2019 20:30:08 +0100
4 Subject: [PATCH] lscollection: Add NixOS paths to DefaultWallpaperDirectories
6 ---
7 collections.go | 3 +++
8 1 file changed, 3 insertions(+)
10 diff --git a/collections.go b/collections.go
11 index be04d41..cc79c56 100644
12 --- a/collections.go
13 +++ b/collections.go
14 @@ -22,6 +22,9 @@ const (
16 // DefaultWallpaperDirectories lists the default locations to look for wallpapers
17 var DefaultWallpaperDirectories = []string{
18 + "/run/current-system/sw/share/pixmaps",
19 + "/run/current-system/sw/share/wallpapers",
20 + "/run/current-system/sw/share/backgrounds",
21 "/usr/share/pixmaps",
22 "/usr/share/wallpapers",
23 "/usr/share/backgrounds",
24 --
25 2.23.0