From 29ee94de61dc34d7bf3deb9b5adc44c0d148c164 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Thu, 26 Sep 2024 22:34:55 -0400 Subject: [PATCH] configuring --- home/home.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/home.nix b/home/home.nix index c923dd9..82b6650 100644 --- a/home/home.nix +++ b/home/home.nix @@ -131,11 +131,11 @@ xdg.configFile."emacs".enable = false; - home.file.".config/doom" = { + #home.file.".config/doom" = { #enable = true; - source = ../dotfiles/dot_config/doom; - recursive = true; - }; + #source = ../dotfiles/dot_config/doom; + #recursive = true; + #}; # xdg.dataFile."share/flf".source = ../dotfiles/dot_local/flf;