From a01a3d4f5494855abf52f42c886a75b4500f35d5 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 26 Aug 2023 13:47:55 +0200 Subject: Docs(treewide): Add a colon after every "TODO" --- system/tempfiles/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/tempfiles/default.nix') 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 ]; } -- cgit 1.4.1