(desktop) Gen 496: fixed 'invoke' script, altered firefox bookmarks

This commit is contained in:
pagedMov
2024-10-16 01:03:43 -04:00
committed by pagedmov
parent 1c2d41ac49
commit e1c6724893
4 changed files with 48 additions and 23 deletions

View File

@@ -5,5 +5,5 @@
pkgs.writeShellScriptBin "invoke" ''
#!/run/current-system/sw/bin/bash
nix run nixpkgs#$"@"
nix run nixpkgs#"$@"
''