commit 879af6e90976f4809e26b332756cf00a34479700 parent bd9eabb0f16ead89d974e899706827c67c05223a Author: Vincent Demeester <vincent@sbr.pm> Date: Sat, 29 Jun 2019 14:41:09 +0200 machines/naruhodo: disable user-dirs home-managed Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | machines/naruhodo.nix | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/machines/naruhodo.nix b/machines/naruhodo.nix @@ -23,5 +23,6 @@ texlive = false; daemonService = true; }; - xdg.configFile."user-dirs.dirs".source = ../modules/profiles/assets/xorg/user-dirs.dirs; + # FIXME(vdemeester) move this to the bootstrap shell + # xdg.configFile."user-dirs.dirs".source = ../modules/profiles/assets/xorg/user-dirs.dirs; }