From e440b6e2c554e67867566da95995a2d4da0d9623 Mon Sep 17 00:00:00 2001 From: reo101 Date: Fri, 8 Dec 2023 01:19:37 +0200 Subject: [PATCH] chore(shell): add `TODO` comment --- modules/home-manager/reo101-shell/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/reo101-shell/default.nix b/modules/home-manager/reo101-shell/default.nix index 36e6437..ca31b61 100644 --- a/modules/home-manager/reo101-shell/default.nix +++ b/modules/home-manager/reo101-shell/default.nix @@ -123,6 +123,7 @@ in # Atuin home.file."${config.xdg.configHome}/atuin/config.toml" = mkIf cfg.atuin { + # TODO: use pkgs.substituteAll text = import ./atuin.nix { keyPath = "${config.xdg.dataHome}/atuin/key"; };