diff --git a/users/deck/home.nix b/users/deck/home.nix index 19da183..97f2823 100644 --- a/users/deck/home.nix +++ b/users/deck/home.nix @@ -10,7 +10,7 @@ ( pkgs.runCommand "deckwrap" {} '' mkdir -p $out/bin/ - cat << EOF > $out/bin/deckwrap + cat << 'EOF' > $out/bin/deckwrap #!/bin/sh #this shebang is a constant between nixos and non-nixos that can be #used to unset the two things below so we can get to the real command