1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Unit]
Description=Alacritty Color Scheme Changer
Documentation=https://github.com/alacritty/alacritty-theme
After=graphical-session.target
[Service]
Type=simple
ExecStart=%h/.nix-profile/bin/alacritty-change-color-scheme
Restart=on-failure
RestartSec=5
[Install]
WantedBy=default.target
|