aboutsummaryrefslogtreecommitdiffstats
path: root/system/tempfiles
diff options
context:
space:
mode:
Diffstat (limited to 'system/tempfiles')
-rw-r--r--system/tempfiles/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/tempfiles/default.nix b/system/tempfiles/default.nix
index 9e83fa34..2d48b02e 100644
--- a/system/tempfiles/default.nix
+++ b/system/tempfiles/default.nix
@@ -1,6 +1,6 @@
{config, ...}: {
systemd.tmpfiles.rules = [
# this file is needed to trash stuff on the temp fs
- "d /.Trash 1777 root root" # TODO move this to the lf config
+ "d /.Trash 1777 root root" # TODO: move this to the lf config
];
}