programs: sort alphabetically

This commit is contained in:
2024-02-14 14:28:22 +00:00
parent 26fc283fd9
commit 90dee85664

View File

@@ -494,15 +494,16 @@ in
"sway-contrib.grimshot".sandbox.whitelistDbus = [ "user" ];
"sway-contrib.grimshot".sandbox.autodetectCliPaths = "existingFileOrParent";
tdesktop.persist.byStore.private = [ ".local/share/TelegramDesktop" ];
tokodon.persist.byStore.private = [ ".cache/KDE/tokodon" ];
tcpdump.sandbox.method = "landlock";
tcpdump.sandbox.wrapperType = "wrappedDerivation";
tcpdump.sandbox.net = "all";
tcpdump.sandbox.autodetectCliPaths = "existingFileOrParent";
tcpdump.sandbox.capabilities = [ "net_admin" "net_raw" ];
tdesktop.persist.byStore.private = [ ".local/share/TelegramDesktop" ];
tokodon.persist.byStore.private = [ ".cache/KDE/tokodon" ];
tree.sandbox.method = "landlock";
tree.sandbox.wrapperType = "wrappedDerivation";
tree.sandbox.autodetectCliPaths = true;