Compare commits

..

3 Commits

  1. 16
      nix-darwin/home.nix
  2. 3
      nix-darwin/modules/yabai.nix
  3. 4
      nvchad/.config/nvim/lua/chadrc.lua

@ -82,9 +82,10 @@
htop htop
ripgrep ripgrep
sshfs sshfs
libqalculate
# Simulators # Simulators
ngspice # ngspice
# Cringe # Cringe
pfetch pfetch
@ -214,19 +215,8 @@
ccd = "echo $PWD | xcopy"; ccd = "echo $PWD | xcopy";
cr = "cd $(git rev-parse --show-toplevel)"; cr = "cd $(git rev-parse --show-toplevel)";
nd = "nix develop -c $SHELL"; nd = "nix develop -c $SHELL";
ls = "ls --color";
}; };
# initExtra = ''
# # Function to check if we're in a nix-shell
# in_nix_shell() {
# if [ -n "$IN_NIX_SHELL" ]; then
# echo "(devenv) "
# fi
# }
#
# # Set the prompt
# setopt PROMPT_SUBST
# export PS1='$(in_nix_shell)$PS1'
# '';
oh-my-zsh = { oh-my-zsh = {
enable = true; enable = true;
theme = "half-life"; theme = "half-life";

@ -2,7 +2,7 @@
let let
split_ratio = "0.50"; split_ratio = "0.50";
gap_padding = "16"; gap_padding = "0";
in in
{ {
# Create configuration files for yabai and skhd # Create configuration files for yabai and skhd
@ -32,6 +32,7 @@ in
# yabai -m config mouse_follows_focus on # yabai -m config mouse_follows_focus on
yabai -m config focus_follows_mouse autofocus yabai -m config focus_follows_mouse autofocus
# Move window with mouse
yabai -m config mouse_modifier cmd yabai -m config mouse_modifier cmd
yabai -m config mouse_action1 move yabai -m config mouse_action1 move
yabai -m config mouse_action2 resize yabai -m config mouse_action2 resize

@ -8,8 +8,8 @@ local M = {}
local highlights = require "highlights" local highlights = require "highlights"
M.ui = { M.ui = {
theme = "gruvchad", theme = "flex-light",
theme_toggle = { "gruvchad", "gruvbox_light" }, theme_toggle = { "gruvchad", "flex-light" },
hl_override = highlights.override, hl_override = highlights.override,
hl_add = highlights.add, hl_add = highlights.add,

Loading…
Cancel
Save