diff --git a/nix-darwin/home.nix b/nix-darwin/home.nix index 87f0c88..8b7c12d 100644 --- a/nix-darwin/home.nix +++ b/nix-darwin/home.nix @@ -96,6 +96,7 @@ cmake swig4 boost + libtorch-bin # fucking stupid compat workarounds qemu @@ -245,7 +246,6 @@ cr = "cd $(git rev-parse --show-toplevel)"; nd = "nix develop -c $SHELL"; ls = "ls --color"; - gac = "git add -A && git commit -m"; }; oh-my-zsh = { enable = true; diff --git a/nvchad/.config/nvim/lua/chadrc.lua b/nvchad/.config/nvim/lua/chadrc.lua index 986d2d5..fd6d0bd 100644 --- a/nvchad/.config/nvim/lua/chadrc.lua +++ b/nvchad/.config/nvim/lua/chadrc.lua @@ -35,7 +35,7 @@ local function split_string(s) end M.ui = { - theme = "gruvchad", + theme = "blossom_light", theme_toggle = { "gruvchad", "blossom_light" }, hl_override = highlights.override,