summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2025-03-09 20:04:38 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2025-03-09 22:10:40 +0100
commit24465b315131b5538b8ef16c6a191eeeba0efcdf (patch)
tree18d2f793a9a8ae0c63d5013caab530e7bf43b07c /packages
parent32ddd812b9dbe8fe718ce078d418c6f6d32e44d3 (diff)
channel: remove Plasma Desktop customizations
Diffstat (limited to 'packages')
-rw-r--r--packages/plasma.scm87
1 files changed, 0 insertions, 87 deletions
diff --git a/packages/plasma.scm b/packages/plasma.scm
deleted file mode 100644
index 96aa3c5..0000000
--- a/packages/plasma.scm
+++ /dev/null
@@ -1,87 +0,0 @@
-(define-module (packages plasma)
- #:use-module (gnu packages freedesktop)
- #:use-module (gnu packages gnupg)
- #:use-module (gnu packages kde-frameworks)
- #:use-module (gnu packages kde-pim)
- #:use-module (gnu packages kde-plasma)
- #:use-module (gnu packages qt)
- #:use-module (guix packages))
-
-(define-public kgpg*
- (package (inherit kgpg)
- (propagated-inputs (list pinentry))))
-
-(define-public plasma*
- (package (inherit plasma)
- (propagated-inputs (list kded ;; custom change
- kgpg* ;; custom change
- kdeclarative ;; require by sddm breeze theme
- plasma5support ;; require by sddm breeze theme
- qt5compat ;; require by sddm breeze theme
- kiconthemes ;; require by sddm breeze theme
- ksvg ;; require by sddm breeze theme
- qqc2-desktop-style ; qtquickcontrols2 theme
- ocean-sound-theme
- qtdeclarative
- qtsvg ;; for svg support
- qtbase ;; why?
- baloo
- breeze-icons ; default mouse icon
- breeze
- breeze-gtk
- layer-shell-qt
- drkonqi
- kactivitymanagerd ; require this run dbus
- kde-cli-tools
- kdecoration
- kdeplasma-addons
- ktexteditor
- kscreen
- libkscreen
- krdp
- ksystemstats
- kwallet
- kwallet-pam
- kwin
- plasma-workspace-wallpapers
- libksysguard
- milou
- oxygen-sounds
- qqc2-breeze-style
- kde-gtk-config
- kinfocenter
- kscreenlocker
- ksshaskpass
- discover
- kmenuedit
- plasma-welcome
- plasma-browser-integration
- plasma-desktop
- plasma-disks
- polkit-kde-agent
- system-settings
- xdg-desktop-portal-kde
- ;; module cyclic referencing
- (module-ref
- (resolve-interface
- '(gnu packages kde-systemtools))
- 'dolphin)
- (module-ref
- (resolve-interface
- '(gnu packages kde-systemtools))
- 'konsole)
- (module-ref
- (resolve-interface
- '(gnu packages kde-systemtools))
- 'spectacle)
- plasma-firewall
- plasma-integration
- plasma-nm
- plasma-pa
- plasma-systemmonitor
- ;; plasma-thunderbolt ;; waiting for bolt
- kglobalaccel
- kglobalacceld
- plasma-vault
- plasma-workspace
- powerdevil))))