mirror of
https://github.com/BigfootACA/arch-image-builder.git
synced 2024-11-27 05:33:29 +08:00
configs: desktop: initial supports for plasma
Signed-off-by: BigfootACA <bigfoot@classfun.cn>
This commit is contained in:
parent
86b7cc6943
commit
e8449b3ce5
19
configs/desktop/plasma.yaml
Normal file
19
configs/desktop/plasma.yaml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user