bos/iso/airootfs/etc/calamares/modules/users.conf
Breadway d484c8e933
All checks were successful
Mirror to GitHub / mirror (push) Successful in 5s
Polish BOS: dark theme, shell QoL, icons, media, clipboard
- Global dark theme: gnome-themes-extra (GTK3 Adwaita-dark), qt5ct/qt6ct
  with Fusion dark skel config, QT_QPA_PLATFORMTHEME=qt5ct env
- Icons/cursor: papirus-icon-theme (Papirus-Dark) + bibata-cursor-theme
  (Bibata-Modern-Ice), set via gsettings autostart + GTK settings.ini + env
- gnome-keyring: credential storage for browsers and apps
- gvfs + gvfs-mtp: nautilus trash, phone access, network shares
- zsh: default user shell (users.conf userShell=/bin/zsh) + skel .zshrc
  with eza/bat/fzf/zoxide aliases, git prompt, fzf history search
- Shell QoL packages: eza, bat, fzf, zoxide
- Media: gst-plugins-good/bad/ugly, pavucontrol
- cliphist: clipboard history daemon (autostart) + SUPER+SHIFT+V bind
- Fonts: noto-fonts-cjk, ttf-jetbrains-mono-nerd

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-16 10:31:18 +08:00

41 lines
703 B
Text

---
defaultGroups:
- name: users
must_exist: true
system: false
- name: lp
must_exist: false
system: true
- name: video
must_exist: false
system: true
- name: network
must_exist: false
system: true
- name: storage
must_exist: false
system: true
- name: wheel
must_exist: false
system: true
- name: audio
must_exist: false
system: true
- name: input
must_exist: false
system: true
autologinGroup: autologin
doAutologin: false
sudoersGroup: wheel
setRootPassword: false
doReusePassword: true
passwordRequirements:
minLength: 6
maxLength: -1
libpwquality:
- minlen=6
allowWeakPasswords: false
userShell: /bin/zsh