use alacritty as default shell
This commit is contained in:
parent
4146bcb38e
commit
d90fcbd197
2 changed files with 7 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{ ... }: {
|
||||
{ pkgs, lib, ... }: {
|
||||
wayland.windowManager.sway = {
|
||||
enable = true;
|
||||
config = {
|
||||
|
@ -24,5 +24,10 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
keybindings = let
|
||||
modifier = config.wayland.windowManager.sway.config.modifier;
|
||||
in lib.mkOptionDefault {
|
||||
"${modifier}+Return" = "exec ${pkgs.alacritty}/bin/alacritty";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
wl-clipboard
|
||||
wf-recorder
|
||||
(python38.withPackages(ps: with ps; [ i3pystatus keyring ]))
|
||||
alacritty
|
||||
];
|
||||
extraSessionCommands = ''
|
||||
export SDL_VIDEODRIVER=wayland
|
||||
|
@ -39,4 +38,4 @@
|
|||
layout = "de";
|
||||
xkbVariant = "neo";
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue