feat: fix fastfetch os

This commit is contained in:
Rasyidan Akbar F. 2025-10-31 13:20:11 +07:00
commit 19ebef8437
3 changed files with 4 additions and 8 deletions

View file

@ -5,7 +5,6 @@
../../home/rsydn/shell/nushell.nix ../../home/rsydn/shell/nushell.nix
./programs/aerospace ./programs/aerospace
./programs/ghostty.nix ./programs/ghostty.nix
./programs/sketchybar
]; ];
# Darwin-specific secrets configuration # Darwin-specific secrets configuration

View file

@ -83,16 +83,15 @@
"${esc}[34m Software${esc}[0m"; "${esc}[34m Software${esc}[0m";
} }
{ {
type = "command"; type = "os";
key = "ue900 OS"; key = " OS";
keyColor = "blue"; keyColor = "blue";
text = ''version=$(omarchy-version); echo "Omarchy $version"'';
} }
{ {
type = "command"; type = "command";
key = "󰘬 Branch"; key = "󰘬 Branch";
keyColor = "blue"; 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"; type = "kernel";

View file

@ -8,9 +8,7 @@
prefix = "C-a"; prefix = "C-a";
escapeTime = 0; escapeTime = 0;
aggressiveResize = true; aggressiveResize = true;
plugins = [{ plugins = [{ plugin = pkgs.tmuxPlugins.gruvbox; }];
plugin = pkgs.tmuxPlugins.gruvbox;
}];
extraConfig = '' extraConfig = ''
# Terminal configuration for proper colors and features # Terminal configuration for proper colors and features
set-option -g default-terminal "screen-256color" set-option -g default-terminal "screen-256color"