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