From c91e9eba00d382165d400004b0443d4591e846f7 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Thu, 26 Sep 2024 22:12:39 -0400 Subject: [PATCH] configuring --- home/home.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index 479da9e..b694c35 100644 --- a/home/home.nix +++ b/home/home.nix @@ -130,10 +130,11 @@ }; xdg.configFile."emacs".enable = false; + home.file.".config/doom" = { #enable = true; source = ../dotfiles/dot_config/doom; - recursive = true; + #recursive = true; }; # xdg.dataFile."share/flf".source = ../dotfiles/dot_local/flf;