master
Elias Almqvist 3 months ago
parent 6f92e080d4
commit 88bba1a8bb
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 2
      nix-darwin/home.nix
  2. 2
      nvchad/.config/nvim/lua/chadrc.lua

@ -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;

@ -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,

Loading…
Cancel
Save