WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
2 changed files with 3 additions and 4 deletions
Showing only changes of commit 2a36a1e32f - Show all commits

View file

@ -1,10 +1,9 @@
[Unit] [Unit]
Description=Generic command-line automation tool Description=Generic command-line automation tool
PartOf=graphical-session.target
[Service] [Service]
Type=simple
ExecStart=/usr/bin/ydotoold ExecStart=/usr/bin/ydotoold
Restart=on-failure
[Install] [Install]
WantedBy=sway-session.target WantedBy=default.target

View file

@ -1 +1 @@
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && sway > /dev/null 2>&1 [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && source ~/.config/sway/env && sway > /dev/null 2>&1