summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-07-21 23:29:59 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-07-22 00:37:26 +0200
commit43773b86abdcfceb3728a0756460f68c0659a511 (patch)
treec509aca3c120b9bc8fa5f42b6d1435412e824984 /services
parent57759415caecdbd7378ee5555e4336daec6fb579 (diff)
fix: bring back the plasma customization
Diffstat (limited to 'services')
-rw-r--r--services/plasma-desktop.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/plasma-desktop.scm b/services/plasma-desktop.scm
index c4c31fa..9b8dc17 100644
--- a/services/plasma-desktop.scm
+++ b/services/plasma-desktop.scm
@@ -3,7 +3,7 @@
#:use-module (gnu services desktop)
#:use-module (packages plasma))
-(define plasma-desktop-configuration*
+(define-public plasma-desktop-configuration*
(plasma-desktop-configuration (plasma-package plasma*)))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;