From f7c083b467f1cd6c592f2ed113b3a94366360f55 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Thu, 14 Dec 2023 12:04:41 -0500 Subject: [PATCH] Fix syntax --- README.org | 2 +- modules/xdg.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 93e6c64..556ad27 100644 --- a/README.org +++ b/README.org @@ -769,7 +769,7 @@ The [[https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.ht | XDG_RUNTIME_DIR | /run/user/$UID | Non-essential, user-specific date files such as sockets, named pipes, etc | #+BEGIN_SRC nix :noweb yes :tangle modules/xdg.nix -< +<> { config, options, lib, pkgs, ... }: with lib; diff --git a/modules/xdg.nix b/modules/xdg.nix index d19dda1..ca34522 100644 --- a/modules/xdg.nix +++ b/modules/xdg.nix @@ -1,4 +1,4 @@ -< +This file is controlled by /etc/dotfiles/README.org { config, options, lib, pkgs, ... }: with lib;