Commit 879af6e90976

Vincent Demeester <vincent@sbr.pm>
2019-06-29 14:41:09
machines/naruhodo: disable user-dirs home-managed
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent bd9eabb
Changed files (1)
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;
 }