From 237f7c2691fbdc84bbc67de2e45c374cb7fe7c8a Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Sat, 15 Jun 2024 21:19:41 -0500 Subject: [PATCH] potpourri - add brave into home/, st has light mode, etc. --- modules/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common.nix b/modules/common.nix index 042f8b5..dc3e8ac 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -7,7 +7,7 @@ environment.systemPackages = [ (pkgs.callPackage ../builds/rebuild.nix {}) - (pkgs.callPackage ../builds/st.nix { lightMode = true; }) + (pkgs.callPackage ../builds/st.nix { lightMode = false; }) (pkgs.callPackage ../builds/utils.nix {}) (pkgs.callPackage ../builds/statusbar {}) pkgs.man-pages