Single-script builder (nosignal.sh) that turns a stock Arch Linux ISO into a fully-offline installer for a themed Hyprland + caelestia (Quickshell) desktop: matching SDDM greeter, Btrfs/Limine bootable snapshots, chwd-style GPU detection, and a curated "os updates" layer (keybind cheatsheet, settings panels, system polish, on-box management skill). See README.md. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
15 lines
464 B
Desktop File
15 lines
464 B
Desktop File
[Unit]
|
|
Description=Clear NoSignal timed passwordless sudo at boot (safety net)
|
|
# A reboot ends any sudoless session: transient revert timers do not survive a
|
|
# reboot, but the /etc/sudoers.d drop-in does — so remove it unconditionally on
|
|
# every boot. Runs before the user can act.
|
|
DefaultDependencies=no
|
|
After=local-fs.target
|
|
Before=sysinit.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/nosignal-sudo-toggle disable
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|