programs: sort

This commit is contained in:
Colin 2024-02-16 15:01:28 +00:00
parent a909a93c29
commit 8f3bab3636

View File

@ -553,12 +553,6 @@ in
networkmanagerapplet.sandbox.whitelistWayland = true;
networkmanagerapplet.sandbox.whitelistDbus = [ "system" ];
nmon.sandbox.method = "landlock";
nmon.sandbox.wrapperType = "wrappedDerivation";
nmon.sandbox.extraPaths = [
"/proc"
];
nixpkgs-review.sandbox.method = "bwrap";
nixpkgs-review.sandbox.wrapperType = "inplace"; #< shell completions use full paths
nixpkgs-review.sandbox.net = "clearnet";
@ -567,6 +561,12 @@ in
"/nix"
];
nmon.sandbox.method = "landlock";
nmon.sandbox.wrapperType = "wrappedDerivation";
nmon.sandbox.extraPaths = [
"/proc"
];
# settings (electron app)
obsidian.persist.byStore.plaintext = [ ".config/obsidian" ];