making qt5ct-kde and dolphin work a little better
I still need to add a way for dolphin to see icons, but It's coming.
This commit is contained in:
parent
fce2d2f066
commit
3e55894e1a
3 changed files with 20 additions and 6 deletions
|
@ -1,6 +1,9 @@
|
|||
(define-module (dolphin-xyz)
|
||||
(define-module (pkgs dolphin-xyz)
|
||||
#:use-module (gnu packages)
|
||||
#:use-module (gnu packages qt)
|
||||
#:use-module (gnu packages wayland)
|
||||
#:use-module (gnu packages kde)
|
||||
#:use-module (gnu packages kde-frameworks)
|
||||
#:use-module (gnu packages kde-systemtools)
|
||||
#:use-module (guix build-system qt)
|
||||
#:use-module (guix utils)
|
||||
|
@ -32,9 +35,14 @@
|
|||
ktextwidgets
|
||||
kuserfeedback
|
||||
kwindowsystem
|
||||
ffmpegthumbs
|
||||
breeze-icons ;; default icon set
|
||||
oxygen-icons
|
||||
phonon
|
||||
qtbase-5
|
||||
qtwayland
|
||||
wayland
|
||||
solid))))
|
||||
solid))
|
||||
(propogated-inputs '(kfind))))
|
||||
|
||||
dolphin-xyz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue