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" --- home-manager/soispha/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'home-manager/soispha/default.nix') diff --git a/home-manager/soispha/default.nix b/home-manager/soispha/default.nix index 0ef53489..59fd7138 100644 --- a/home-manager/soispha/default.nix +++ b/home-manager/soispha/default.nix @@ -4,7 +4,7 @@ nixVim, ... }: let - # TODO actually use this in the user config + # TODO: actually use this in the user config username = "soispha"; homeDirectory = "/home/${username}"; @@ -14,7 +14,7 @@ stateHome = "${homeDirectory}/.local/state"; cacheHome = "${homeDirectory}/.cache"; binHome = "${homeDirectory}/.local/bin"; - # TODO add XDG_RUNTIME_DIR + # TODO: add XDG_RUNTIME_DIR in { imports = [ ./config @@ -37,11 +37,11 @@ in { enableNixpkgsReleaseCheck = true; }; xdg = { - inherit configHome dataHome stateHome cacheHome; #binHome; # TODO add binHome, when the standart is extended + inherit configHome dataHome stateHome cacheHome; #binHome; # TODO: add binHome, when the standart is extended enable = true; /* - TODO add this + TODO: add this desktopEntries = {}; */ -- cgit 1.4.1