mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 16:23:57 +01:00
Add ghc and xdg-user-dirs to PKGBUILD
This commit is contained in:
parent
080d046282
commit
c30d2cf240
2
PKGBUILD
2
PKGBUILD
@ -79,6 +79,7 @@ depends=(
|
|||||||
'fd-rs' # Faster alternative to find
|
'fd-rs' # Faster alternative to find
|
||||||
'diff-so-fancy' # A better-looking git diff
|
'diff-so-fancy' # A better-looking git diff
|
||||||
'youtube-dl' # View online videos in mpv
|
'youtube-dl' # View online videos in mpv
|
||||||
|
'xdg-user-dirs' # Generates common directories
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
'ttf-hack' # Terminal font
|
'ttf-hack' # Terminal font
|
||||||
@ -94,6 +95,7 @@ depends=(
|
|||||||
'python'
|
'python'
|
||||||
'lua'
|
'lua'
|
||||||
'nodejs'
|
'nodejs'
|
||||||
|
'ghc'
|
||||||
|
|
||||||
# Other extras
|
# Other extras
|
||||||
'pygmentize' # Command line syntax highlighting (used for 'dog')
|
'pygmentize' # Command line syntax highlighting (used for 'dog')
|
||||||
|
Loading…
Reference in New Issue
Block a user