adding a lot of guix things to better setup guix
A lot of these changes are for Guix not Nix, however, nix still works on the laptop so I'm going to reset the changes on the desktop to this commit so that Nix might work there for Camp.
This commit is contained in:
parent
bad4b948fb
commit
fe1e6c695b
87 changed files with 37132 additions and 38 deletions
40
guix/pkgs/dolphin-xyz.scm
Normal file
40
guix/pkgs/dolphin-xyz.scm
Normal file
|
@ -0,0 +1,40 @@
|
|||
(define-module (dolphin-xyz)
|
||||
#:use-module (gnu packages)
|
||||
#:use-module (gnu packages qt)
|
||||
#:use-module (gnu packages kde-systemtools)
|
||||
#:use-module (guix build-system qt)
|
||||
#:use-module (guix utils)
|
||||
#:use-module (guix packages)
|
||||
#:use-module (guix gexp)
|
||||
)
|
||||
|
||||
(define-public dolphin-xyz
|
||||
(package
|
||||
(inherit dolphin)
|
||||
(inputs
|
||||
(list baloo
|
||||
baloo-widgets
|
||||
kactivities
|
||||
kbookmarks
|
||||
kcmutils
|
||||
kcompletion
|
||||
kconfig
|
||||
kcoreaddons
|
||||
kcrash
|
||||
kdbusaddons
|
||||
ki18n
|
||||
kiconthemes
|
||||
kinit
|
||||
kio
|
||||
knewstuff
|
||||
knotifications
|
||||
kparts
|
||||
ktextwidgets
|
||||
kuserfeedback
|
||||
kwindowsystem
|
||||
breeze-icons ;; default icon set
|
||||
phonon
|
||||
qtbase-5
|
||||
qtwayland
|
||||
wayland
|
||||
solid))))
|
Loading…
Add table
Add a link
Reference in a new issue