From 88bba1a8bbefe76316819ac1c452e4b9794ca3f5 Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Sun, 1 Sep 2024 16:54:33 -0700 Subject: [PATCH] stuff --- nix-darwin/home.nix | 2 +- nvchad/.config/nvim/lua/chadrc.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,