From e8449b3ce50f5b4ec03ce32e1eb32e6335781382 Mon Sep 17 00:00:00 2001 From: BigfootACA Date: Fri, 31 May 2024 16:59:43 +0800 Subject: [PATCH] configs: desktop: initial supports for plasma Signed-off-by: BigfootACA --- configs/desktop/plasma.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 configs/desktop/plasma.yaml diff --git a/configs/desktop/plasma.yaml b/configs/desktop/plasma.yaml new file mode 100644 index 0000000..c5a518d --- /dev/null +++ b/configs/desktop/plasma.yaml @@ -0,0 +1,19 @@ +# Plasma KDE desktop +pacman: + install: + - plasma + - sddm + - packagekit-qt6 +systemd: + default: graphical.target + enable: + - sddm.service +filesystem: + files: + - path: /etc/sddm.conf.d/breeze.conf + content: | + [Theme] + Current=breeze ++also: +# Ensure NetworkManager is enabled +- packages/network-manager