From 7680690b96dd667a9329cf8a6c69ba8f5f15bafd Mon Sep 17 00:00:00 2001 From: bangae1 Date: Sat, 1 Nov 2025 15:18:37 +0900 Subject: [PATCH] cc --- modules/hm/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hm/default.nix b/modules/hm/default.nix index f312ba0..4702865 100644 --- a/modules/hm/default.nix +++ b/modules/hm/default.nix @@ -27,6 +27,7 @@ in hm = { enable = true; # enable home-manager module comma.enable = true; # useful nix tool to run software without installing it first + firefox.enable = false; git = { enable = true; # enable git module name = "bangae1"; # git user name eg "John Doe"