fix(hyprland) reset submap on script bindings

This commit is contained in:
Barrett Ruth 2026-02-14 22:30:52 -05:00
parent 784108a45f
commit 8c873f7469
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 9 additions and 9 deletions

View file

@ -108,7 +108,7 @@ in
enable = true;
vt = 1;
settings.default_session = {
command = "${tuigreet} --time --asterisks --cmd '${pkgs.zsh}/bin/zsh --login' --theme 'border=dark-gray;text=white;prompt=blue;time=dark-gray;action=dark-gray;button=blue;container=black;input=white'";
command = "${tuigreet} --time --asterisks --cmd '${lib.getExe config.users.users.barrett.shell} --login' --theme 'border=dark-gray;text=white;prompt=blue;time=dark-gray;action=dark-gray;button=blue;container=black;input=white'";
user = "greeter";
};
};