Compare commits

...

2 Commits

Author SHA1 Message Date
Nathan Braswell
815211acfb configure floating toggles 2026-04-30 21:49:01 -04:00
Nathan Braswell
43fb763905 swithc
defautl shyell editor to helix
2026-04-30 00:11:49 -04:00

View File

@@ -275,6 +275,8 @@
"Super+Ctrl+R".action = reset-window-height;
"Super+F".action = maximize-column;
"Super+Shift+F".action = fullscreen-window;
"Super+Shift+G".action = toggle-window-floating;
"Super+Shift+T".action = switch-focus-between-floating-and-tiling;
"Super+C".action = center-column;
"Super+Minus".action = set-column-width "-10%";
@@ -399,7 +401,7 @@
programs.bash = {
enable = true;
sessionVariables = {
EDITOR = "vim";
EDITOR = "hx";
};
profileExtra = ''
if [ -e /home/nathan/.nix-profile/etc/profile.d/nix.sh ]; then . /home/nathan/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer