From 6ec3fe9e4f4460972ead155d15d392ef6885cda3 Mon Sep 17 00:00:00 2001 From: lulusillyyy Date: Sun, 4 Jan 2026 12:22:41 -0400 Subject: [PATCH] Added direnv to brews --- dotfiles/ghostty/config | 24 ++++++++++++------------ dotfiles/skhd/skhdrc | 8 ++++---- flake.nix | 7 +++++-- home.nix | 13 ------------- 4 files changed, 21 insertions(+), 31 deletions(-) diff --git a/dotfiles/ghostty/config b/dotfiles/ghostty/config index 39bc49b..9609a1c 100644 --- a/dotfiles/ghostty/config +++ b/dotfiles/ghostty/config @@ -5,20 +5,20 @@ theme = IC Orange PPL mouse-hide-while-typing = true -keybind = super+n=new_window -keybind = super+h=goto_split:left -keybind = super+j=goto_split:down -keybind = super+k=goto_split:top -keybind = super+l=goto_split:right +keybind = cmd+n=new_window +keybind = cmd+h=goto_split:left +keybind = cmd+j=goto_split:down +keybind = cmd+k=goto_split:top +keybind = cmd+l=goto_split:right -keybind = super+a>h=new_split:left -keybind = super+a>j=new_split:down -keybind = super+a>k=new_split:up -keybind = super+a>l=new_split:right -keybind = super+a>f=toggle_split_zoom +keybind = cmd+shift+h=new_split:left +keybind = cmd+shift+j=new_split:down +keybind = cmd+shift+k=new_split:up +keybind = cmd+shift+l=new_split:right +keybind = cmd+f=toggle_split_zoom -keybind = super+a>n=next_tab -keybind = super+a>p=previous_tab +keybind = cmd+a>l=next_tab +keybind = cmd+a>h=previous_tab keybind = super+r=reload_config diff --git a/dotfiles/skhd/skhdrc b/dotfiles/skhd/skhdrc index 9eb99bc..5d1bd59 100644 --- a/dotfiles/skhd/skhdrc +++ b/dotfiles/skhd/skhdrc @@ -1,8 +1,8 @@ # General Movement -alt - h : yabai -m window --focus west -alt - j : yabai -m window --focus south -alt - k : yabai -m window --focus north -alt - l : yabai -m window --focus east +0x3A - h : yabai -m window --focus west +0x3A - j : yabai -m window --focus south +0x3A - k : yabai -m window --focus north +0x3A - l : yabai -m window --focus east shift + alt - h : yabai -m window --swap west shift + alt - j : yabai -m window --swap south shift + alt - k : yabai -m window --swap north diff --git a/flake.nix b/flake.nix index ab3b9a1..97e0648 100644 --- a/flake.nix +++ b/flake.nix @@ -49,13 +49,16 @@ "guile" "scrcpy" "ffmpeg" + "direnv" ]; casks = [ "font-jetbrains-mono" "font-monocraft-nerd-font" "obsidian" "raycast" + "foobar2000" "android-platform-tools" + "zen" ]; }; @@ -64,10 +67,10 @@ enable = true; extraConfig = builtins.readFile ./dotfiles/yabai/yabairc; }; - services.skhd = { + /* services.skhd = { enable = true; skhdConfig = builtins.readFile ./dotfiles/skhd/skhdrc; - }; + };*/ system.primaryUser = "erogers"; system.defaults = { dock.autohide = true; diff --git a/home.nix b/home.nix index d40fcfb..983a4d5 100644 --- a/home.nix +++ b/home.nix @@ -3,17 +3,6 @@ { home.stateVersion = "25.05"; - services.mpd = { - enable = true; - musicDirectory = "/Users/erogers/Music"; - extraConfig = '' - audio_output { - type "osx" - name "Mac Output" - } - ''; - }; - home.packages = with pkgs; [ wget # Tool for retrieving files using HTTP/S and FTP imagemagick # Image manipulation software suite @@ -23,8 +12,6 @@ tmux # Terminal multiplexer btop # Resource monitor irssi # Terminal based IRC client - rmpc # TUI music player - nicotine-plus # Graphical client for SoulSeek ]; home.file = {