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