hand7s: upstream

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-02-08 22:43:08 +03:00
parent e6c9d19b0f
commit e4222e5423
48 changed files with 282 additions and 1097 deletions

View file

@ -8,12 +8,25 @@
enableFishIntegration = true;
installBatSyntax = true;
settings = {
title = "spooky scary tty";
title = "";
command = "${lib.getExe pkgs.fish} --login --interactive";
bell-features = "system";
command = "${lib.getExe pkgs.fish}";
confirm-close-surface = false;
cursor-style-blink = true;
cursor-style = "bar";
mouse-hide-while-typing = true;
working-directory = "home";
window-save-state = "never";
window-inherit-working-directory = false;
keybind = [
"ctrl+shift+d=new_split:right"
"ctrl+shift+a=new_split:down"