programs: htop: persist config

This commit is contained in:
Colin 2024-02-20 05:38:45 +00:00
parent e8306831c5
commit c7f4661c1c

View File

@ -498,6 +498,10 @@ in
"/proc"
"/sys/devices"
];
htop.persist.byStore.plaintext = [
# consider setting `show_program_path=0` and either `hide_userland_threads=1` or `show_thread_names=1`
".config/htop"
];
iftop.sandbox.method = "landlock";
iftop.sandbox.wrapperType = "wrappedDerivation";