Skip to content

Commit

Permalink
counsel-linux-apps-directories: Add guixsd's application directory
Browse files Browse the repository at this point in the history
* counsel.el (counsel-linux-apps-directories): Add guixsd's application directory

Fixes #1476
  • Loading branch information
tumashu authored and abo-abo committed Feb 25, 2018
1 parent bc072e0 commit 24e21f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion counsel.el
Expand Up @@ -3792,7 +3792,10 @@ TREEP is used to expand internal nodes."

;;** `counsel-linux-app'
(defcustom counsel-linux-apps-directories
'("~/.local/share/applications/" "/usr/local/share/applications/" "/usr/share/applications/")
'("~/.local/share/applications/"
"~/.guix-profile/share/applications/"
"/usr/local/share/applications/"
"/usr/share/applications/")
"Directories in which to search for applications (.desktop files)."
:group 'ivy
:type '(list directory))
Expand Down

0 comments on commit 24e21f9

Please sign in to comment.