From 7b20154aeb5c1dfa0722b6b3faba0061476976c2 Mon Sep 17 00:00:00 2001 From: Natalie Marks Date: Thu, 21 Mar 2024 19:17:51 -0700 Subject: [PATCH] updated home-manager config --- home.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home.nix b/home.nix index 7258b3c..79c79c6 100644 --- a/home.nix +++ b/home.nix @@ -31,9 +31,9 @@ allowUnfree = true; }; - imports = [ - ./zed-editor.nix - ]; + # imports = [ + # ./zed-editor.nix + # ]; # The home.packages option allows you to install Nix packages into your # environment.