This commit is contained in:
2023-06-19 04:02:48 +02:00
parent fadeae44e5
commit a798566491
3 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -24,7 +24,8 @@
# TODO: remove
function atom_nix {
nix-shell -p atom --run "atom $(printf "%q " "$@") --in-process-gpu --no-sandbox"
#nix-shell -p atom --run "atom $(printf "%q " "$@") --in-process-gpu --no-sandbox"
nix-shell -p atom --run "atom $(printf "%q " "$@") --no-sandbox"
}
'';