fix bootloader

This commit is contained in:
Barrett Ruth 2026-02-11 15:47:09 -05:00
parent 01c8a46dc5
commit 2078269704
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
3 changed files with 6 additions and 7 deletions

View file

@ -35,10 +35,10 @@ unbind Down; bind j selectp -D
unbind Up; bind k selectp -U unbind Up; bind k selectp -U
unbind Right; bind l selectp -R unbind Right; bind l selectp -R
unbind :; bind : display-popup -E 'mux cmd' unbind :; bind : display-popup -E 'mux cmd'\; refresh -S
unbind s; bind s display-popup -E 'mux pick-session' unbind s; bind s display-popup -E 'mux pick-session'\; refresh -S
unbind w; bind w display-popup -E 'mux pick-window' unbind w; bind w display-popup -E 'mux pick-window'\; refresh -S
unbind p; bind p display-popup -E 'mux pick-pane' unbind p; bind p display-popup -E 'mux pick-pane'\; refresh -S
bind -r Left resizep -L 5 bind -r Left resizep -L 5
bind -r Right resizep -R 5 bind -r Right resizep -R 5

View file

@ -70,7 +70,6 @@
export THEME="midnight" export THEME="midnight"
''; '';
}; };
services.getty.autologinUser = "barrett";
programs.hyprland.enable = true; programs.hyprland.enable = true;
hardware.nvidia = { hardware.nvidia = {