From 0c845541e73130fad0f79fbf79c2c65168f8fc21 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Thu, 29 Aug 2024 15:55:29 -0500 Subject: [PATCH] Don't enable bash config at work for now --- home/users/work.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/users/work.nix b/home/users/work.nix index 196e7ed..6dc63c9 100644 --- a/home/users/work.nix +++ b/home/users/work.nix @@ -14,7 +14,7 @@ home.username = "cvs"; home.homeDirectory = "/home/cvs"; - my.bash-config.enable = true; + # my.bash-config.enable = true; nix.registry.nixpkgs.flake = inputs.nixpkgs;