2025-12-23 20:35:57 +02:00
|
|
|
[Unit]
|
|
|
|
|
Description=Install Nix Home Manager and packages on first login
|
|
|
|
|
ConditionUser=!root
|
2025-12-24 13:13:07 +02:00
|
|
|
ConditionPathExists=!%h/.local/state/deinonyxus/curator-init.done
|
2025-12-23 20:35:57 +02:00
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=oneshot
|
2025-12-24 13:13:07 +02:00
|
|
|
ExecStart=/usr/libexec/deinonyxus/curator.sh
|
2025-12-23 21:11:11 +02:00
|
|
|
ExecStartPost=/usr/bin/mkdir -p %h/.local/state/deinonyxus
|
2025-12-24 13:13:07 +02:00
|
|
|
ExecStartPost=/usr/bin/touch %h/.local/state/deinonyxus/curator-init.done
|
2025-12-23 20:35:57 +02:00
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=default.target
|