modules/home/common/desktop: switch to wezterm
This commit is contained in:
parent
742e18c376
commit
afbab99f72
2 changed files with 10 additions and 14 deletions
|
@ -10,12 +10,13 @@
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
settei.user.config = {
|
||||
home.packages = with pkgs; [alacritty brightnessctl dmenu];
|
||||
common.desktop.enable = true;
|
||||
home.packages = with pkgs; [brightnessctl dmenu];
|
||||
|
||||
xsession.windowManager.i3 = {
|
||||
enable = true;
|
||||
config = {
|
||||
terminal = "alacritty";
|
||||
terminal = "wezterm";
|
||||
modifier = "Mod4";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue