chore: ghostty and fastfetch

This commit is contained in:
Rasyidan Akbar F. 2025-10-30 09:53:53 +07:00
commit bc1bbd08bd
4 changed files with 4 additions and 4 deletions

View file

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

View file

@ -5,7 +5,7 @@
settings = {
theme = "dracula";
background-opacity = 0.75;
background-opacity = 0.8;
command =
"shell:${config.home.profileDirectory}/bin/tmux new-session -A -s ghostty";
keybind = [ "cmd+k=text:\\x01K" ];