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;