From c797766adeb3b8290789033b538b66e445c8e2cd Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 20 Jan 2024 17:21:54 +0800 Subject: [PATCH] home-manager/mutable-files: refactor --- modules/home-manager/files/mutable-files.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/files/mutable-files.nix b/modules/home-manager/files/mutable-files.nix index 03182113..983ee0c3 100644 --- a/modules/home-manager/files/mutable-files.nix +++ b/modules/home-manager/files/mutable-files.nix @@ -110,7 +110,7 @@ let ''; default = ""; example = lib.literalExpression '' - $${config.xdg.configHome}/emacs/bin/doom install --no-config --no-fonts --install --force + ''${config.xdg.configHome}/emacs/bin/doom install --no-config --no-fonts --install --force ''; }; };