Browse Source

Fix syntax

main
parent
commit
f7c083b467
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 2
      README.org
  2. 2
      modules/xdg.nix

2
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 | | 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 #+BEGIN_SRC nix :noweb yes :tangle modules/xdg.nix
<<file-warning>
<<file-warning>>
{ config, options, lib, pkgs, ... }: { config, options, lib, pkgs, ... }:
with lib; with lib;

2
modules/xdg.nix

@ -1,4 +1,4 @@
<<file-warning>
This file is controlled by /etc/dotfiles/README.org
{ config, options, lib, pkgs, ... }: { config, options, lib, pkgs, ... }:
with lib; with lib;

Loading…
Cancel
Save