mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
4 lines
170 B
Bash
4 lines
170 B
Bash
#!/usr/bin/env bash
|
|
|
|
which swiv &>/dev/null && SIV=swiv || SIV=nsxiv # todo: switch to swiv, but that is not packaged for Nix yet.
|
|
$SIV -t ~/Pictures/wallpapers/others/*
|