diff --git a/modules/darwin/home/default.nix b/modules/darwin/home/default.nix index 4037650..a8d3ab9 100644 --- a/modules/darwin/home/default.nix +++ b/modules/darwin/home/default.nix @@ -5,7 +5,6 @@ ../../home/rsydn/shell/nushell.nix ./programs/aerospace ./programs/ghostty.nix - ./programs/sketchybar ]; # Darwin-specific secrets configuration diff --git a/modules/home/rsydn/programs/fastfetch/default.nix b/modules/home/rsydn/programs/fastfetch/default.nix index ff9d5c5..7f14b61 100644 --- a/modules/home/rsydn/programs/fastfetch/default.nix +++ b/modules/home/rsydn/programs/fastfetch/default.nix @@ -83,16 +83,15 @@ "${esc}[34m── Software──────────────────────────────────────────${esc}[0m"; } { - type = "command"; - key = "ue900 OS"; + type = "os"; + key = " OS"; keyColor = "blue"; - text = ''version=$(omarchy-version); echo "Omarchy $version"''; } { type = "command"; key = "󰘬 Branch"; keyColor = "blue"; - text = ''branch=$(omarchy-version-branch); echo "$branch"''; + text = ''branch=$(git -C ~/Development/dotfiles branch --show-current 2>/dev/null || echo "unknown"); echo "$branch"''; } { type = "kernel"; diff --git a/modules/home/rsydn/shell/tmux.nix b/modules/home/rsydn/shell/tmux.nix index 9ecf674..26cffe7 100644 --- a/modules/home/rsydn/shell/tmux.nix +++ b/modules/home/rsydn/shell/tmux.nix @@ -8,9 +8,7 @@ prefix = "C-a"; escapeTime = 0; aggressiveResize = true; - plugins = [{ - plugin = pkgs.tmuxPlugins.gruvbox; - }]; + plugins = [{ plugin = pkgs.tmuxPlugins.gruvbox; }]; extraConfig = '' # Terminal configuration for proper colors and features set-option -g default-terminal "screen-256color"