Compare commits

..

No commits in common. "3852551ebed04a4d44d59bb091d89d58a8d75c3d" and "e233a2e35416e66eba376ab8af2d6695e960d4b2" have entirely different histories.

2 changed files with 1 additions and 14 deletions

View File

@ -65,7 +65,6 @@ in
# exitShellOnExit = true;
settings = {
default_mode = "locked";
# default_layout = "compact-top";
# Remove border
pane_frames = false;
@ -99,18 +98,6 @@ in
keybinds = {
normal = {
};
session = {
"bind \"w\"" = {
LaunchOrFocusPlugin = {
_args = [ "session-manager" ];
floating = true;
move_to_focused_tab = true;
};
SwitchToMode = {
_args = [ "locked" ];
};
};
};
shared = {
"bind \"Alt Shift p\"" = {
"Run" = {

View File

@ -37,7 +37,7 @@ in
programs.gh-dash.enable = lib.mkDefault true;
programs.himalaya.enable = lib.mkDefault true;
programs.lazygit.enable = lib.mkDefault true;
};
}