1
1
Fork 0

Compare commits

..

No commits in common. "a94d463cc4feff3aae9c6918f901d1b22ef9372e" and "7195bad13f5449c00c9db9b50e5b73889531bb07" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View file

@ -12,11 +12,11 @@ in {
# https://github.com/emersion/slurp # https://github.com/emersion/slurp
# https://github.com/emersion/slurp/blob/master/slurp.1.scd # https://github.com/emersion/slurp/blob/master/slurp.1.scd
home.sessionVariables.SLURP_ARGS = lib.concatStringsSep " " [ home.sessionVariables.SLURP_ARGS = lib.concatStringsSep " " [
"'-B 00000000" "-B 00000000"
"-b 00000000" "-b 00000000"
"-c d33682" "-c d33682"
#// "-s d3368240" #// "-s d3368240"
"-w 2'" "-w 2"
]; ];
}; };
} }

View file

@ -47,7 +47,6 @@ _build() {
fi fi
fi fi
# TODO: Send to remote target if specified
# Invoke systemd to shutdown system # Invoke systemd to shutdown system
# Assumes errexit shell option is set # Assumes errexit shell option is set
if [[ "${argc_poweroff:-}" ]]; then if [[ "${argc_poweroff:-}" ]]; then