diff options
| author | Sughosha <sughosha@disroot.org> | 2026-03-12 13:41:17 +0530 |
|---|---|---|
| committer | Sughosha <sughosha@disroot.org> | 2026-03-14 20:15:19 +0530 |
| commit | 4b58dad42b3ba14763b5e04307a530ead80af3b4 (patch) | |
| tree | cc64cc97ad42cc30a2ed92ab9c5b12b74385e022 /gnu/services | |
| parent | a695af23087f7024fed4181cc43e5c3be4e8c622 (diff) | |
services: plasma-desktop: Adjust indentation.
* gnu/services/desktop.scm (plasma-polkit-settings): Reindent comments.
(plasma-dbus-service): Ditto.
Change-Id: I67677e34732faf3aa0954f183562a0fc210b5fcd
Diffstat (limited to 'gnu/services')
| -rw-r--r-- | gnu/services/desktop.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm index 9f61135de1c..4e3940c3a61 100644 --- a/gnu/services/desktop.scm +++ b/gnu/services/desktop.scm @@ -2325,8 +2325,8 @@ rules." (let ((plasma-plasma (plasma-package config))) (map (lambda (name) ((package-direct-input-selector name) plasma-plasma)) - '("bolt" ;for plasma-thunderbolt - "fwupd" ;for kinfocenter and discover + '("bolt" ;for plasma-thunderbolt + "fwupd" ;for kinfocenter and discover "kde-inotify-survey" "kdeplasma-addons" "kinfocenter" @@ -2346,8 +2346,8 @@ rules." (let ((plasma-plasma (plasma-package config))) (map (lambda (name) ((package-direct-input-selector name) plasma-plasma)) - '("bolt" ;for plasma-thunderbolt - "fwupd" ;for kinfocenter and discover + '("bolt" ;for plasma-thunderbolt + "fwupd" ;for kinfocenter and discover "kde-inotify-survey" "kdeplasma-addons" "kinfocenter" |
