forked from Shinonome/dots-hyprland
replaced nix_switchwall.sh
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
cd "$(dirname "$0")"
|
cd "$(dirname "$0")"
|
||||||
|
|
||||||
# Execute the switchwall.sh script within the Nix environment.
|
# Use 'nix run' to utilize the wrapper defined in your flake
|
||||||
nix develop --command ./switchwall.sh "$@"
|
# --impure is sometimes needed if your flake relies on uncommitted files or local paths
|
||||||
|
nix run . --impure -- "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user