mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 01:38:28 +02:00
feat: add WeChat(UOS) sandboxed
fix: mkdir - persist qq's config feat: update kernel params for nvidia
This commit is contained in:
4
Justfile
4
Justfile
@@ -381,6 +381,10 @@ emacs-reload:
|
||||
path:
|
||||
$env.PATH | split row ":"
|
||||
|
||||
[group('common')]
|
||||
trace-access app *args:
|
||||
strace -f -t -e trace=file {{app}} {{args}} | complete | $in.stderr | lines | find -v -r "(/nix/store|/newroot|/proc)" | parse --regex '"(/.+)"' | sort | uniq
|
||||
|
||||
[linux]
|
||||
[group('common')]
|
||||
penvof pid:
|
||||
|
||||
Reference in New Issue
Block a user