Added direnv to brews

This commit is contained in:
lulusilly 2026-01-04 12:22:41 -04:00
parent d96d437ed4
commit 6ec3fe9e4f
4 changed files with 21 additions and 31 deletions

View file

@ -5,20 +5,20 @@ theme = IC Orange PPL
mouse-hide-while-typing = true mouse-hide-while-typing = true
keybind = super+n=new_window keybind = cmd+n=new_window
keybind = super+h=goto_split:left keybind = cmd+h=goto_split:left
keybind = super+j=goto_split:down keybind = cmd+j=goto_split:down
keybind = super+k=goto_split:top keybind = cmd+k=goto_split:top
keybind = super+l=goto_split:right keybind = cmd+l=goto_split:right
keybind = super+a>h=new_split:left keybind = cmd+shift+h=new_split:left
keybind = super+a>j=new_split:down keybind = cmd+shift+j=new_split:down
keybind = super+a>k=new_split:up keybind = cmd+shift+k=new_split:up
keybind = super+a>l=new_split:right keybind = cmd+shift+l=new_split:right
keybind = super+a>f=toggle_split_zoom keybind = cmd+f=toggle_split_zoom
keybind = super+a>n=next_tab keybind = cmd+a>l=next_tab
keybind = super+a>p=previous_tab keybind = cmd+a>h=previous_tab
keybind = super+r=reload_config keybind = super+r=reload_config

View file

@ -1,8 +1,8 @@
# General Movement # General Movement
alt - h : yabai -m window --focus west 0x3A - h : yabai -m window --focus west
alt - j : yabai -m window --focus south 0x3A - j : yabai -m window --focus south
alt - k : yabai -m window --focus north 0x3A - k : yabai -m window --focus north
alt - l : yabai -m window --focus east 0x3A - l : yabai -m window --focus east
shift + alt - h : yabai -m window --swap west shift + alt - h : yabai -m window --swap west
shift + alt - j : yabai -m window --swap south shift + alt - j : yabai -m window --swap south
shift + alt - k : yabai -m window --swap north shift + alt - k : yabai -m window --swap north

View file

@ -49,13 +49,16 @@
"guile" "guile"
"scrcpy" "scrcpy"
"ffmpeg" "ffmpeg"
"direnv"
]; ];
casks = [ casks = [
"font-jetbrains-mono" "font-jetbrains-mono"
"font-monocraft-nerd-font" "font-monocraft-nerd-font"
"obsidian" "obsidian"
"raycast" "raycast"
"foobar2000"
"android-platform-tools" "android-platform-tools"
"zen"
]; ];
}; };
@ -64,10 +67,10 @@
enable = true; enable = true;
extraConfig = builtins.readFile ./dotfiles/yabai/yabairc; extraConfig = builtins.readFile ./dotfiles/yabai/yabairc;
}; };
services.skhd = { /* services.skhd = {
enable = true; enable = true;
skhdConfig = builtins.readFile ./dotfiles/skhd/skhdrc; skhdConfig = builtins.readFile ./dotfiles/skhd/skhdrc;
}; };*/
system.primaryUser = "erogers"; system.primaryUser = "erogers";
system.defaults = { system.defaults = {
dock.autohide = true; dock.autohide = true;

View file

@ -3,17 +3,6 @@
{ {
home.stateVersion = "25.05"; home.stateVersion = "25.05";
services.mpd = {
enable = true;
musicDirectory = "/Users/erogers/Music";
extraConfig = ''
audio_output {
type "osx"
name "Mac Output"
}
'';
};
home.packages = with pkgs; [ home.packages = with pkgs; [
wget # Tool for retrieving files using HTTP/S and FTP wget # Tool for retrieving files using HTTP/S and FTP
imagemagick # Image manipulation software suite imagemagick # Image manipulation software suite
@ -23,8 +12,6 @@
tmux # Terminal multiplexer tmux # Terminal multiplexer
btop # Resource monitor btop # Resource monitor
irssi # Terminal based IRC client irssi # Terminal based IRC client
rmpc # TUI music player
nicotine-plus # Graphical client for SoulSeek
]; ];
home.file = { home.file = {