Bins live in /usr/local, so a later useradd no longer gets ~/.local/bin copies. systemctl --global enable the bakery --user units (bake writes /etc/systemd/user/*.wants/, and post-install + live-setup run the same enable) so first login starts breadd, breadbox-sync, breadclipd, breadcrumbs, and breadmill. Stock useradd -m copies skel (Hyprland + bakery state). Rollback is still grub-btrfs.
10 lines
297 B
Text
10 lines
297 B
Text
SHELL=/usr/bin/zsh
|
|
GROUP=users
|
|
HOME=/home
|
|
INACTIVE=-1
|
|
EXPIRE=
|
|
# useradd -m copies Hyprland + bakery per-user state from here. Bakery
|
|
# binaries live in /usr/local/bin (not skel). User units are enabled
|
|
# --global so a second account starts them on first login.
|
|
SKEL=/etc/skel
|
|
CREATE_MAIL_SPOOL=no
|