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/users/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/users') diff --git a/system/users/default.nix b/system/users/default.nix index 3d0a693a..365ffd41 100644 --- a/system/users/default.nix +++ b/system/users/default.nix @@ -31,7 +31,7 @@ in { shell = pkgs.zsh; initialHashedPassword = cfg.hashedPassword; extraGroups = [ - "plugdev" # although deprecated, this helps with old udev rules, that still use this group. TODO check for an open issue + "plugdev" # although deprecated, this helps with old udev rules, that still use this group. TODO: check for an open issue "wheel" ]; uid = 1000; -- cgit 1.4.1