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
ripgrep
sshfs
libqalculate
# Simulators
ngspice
# ngspice
# Cringe
pfetch
@ -214,19 +215,8 @@
ccd = "echo $PWD | xcopy";
cr = "cd $(git rev-parse --show-toplevel)";
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 = {
enable = true;
theme = "half-life";

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

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

Loading…
Cancel
Save