This commit is contained in:
Barrett Ruth 2026-02-11 10:37:35 -05:00
parent b35c85bd16
commit 177d3ca47c
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
7 changed files with 211 additions and 62 deletions

View file

@ -173,7 +173,7 @@ in
dotDir = "${config.xdg.configHome}/zsh";
profileExtra = ''
start-hyprland
[ "$(tty)" = "/dev/tty1" ] && [ -z "$WAYLAND_DISPLAY" ] && start-hyprland
'';
history = {
@ -201,7 +201,10 @@ in
autosuggestion = {
enable = true;
strategy = [ "history" "completion" ];
strategy = [
"history"
"completion"
];
};
completionInit = ''