feat(wezterm): add module for wezterm

Enable it for `homix`
This commit is contained in:
reo101 2023-02-21 23:31:38 +02:00
parent 0fac8b394e
commit bd2df72ebc
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
7 changed files with 217 additions and 30 deletions

View file

@ -1,7 +1,10 @@
#!/usr/bin/env sh
# Super+Return to start an instance of foot (https://codeberg.org/dnkl/foot)
riverctl map normal Super Return spawn foot
# # Super+Return to start an instance of foot (https://codeberg.org/dnkl/foot)
# riverctl map normal Super Return spawn foot
# Super+Return to start an instance of wezterm
riverctl map normal Super Return spawn wezterm
# Super+Q to close the focused view
riverctl map normal Super Q close

View file

@ -98,6 +98,9 @@
};
};
### Fonts
fonts.fontconfig.enable = true;
### NVIDIA
services.xserver = {
videoDrivers = [ "nvidia" ];

View file

@ -89,10 +89,15 @@
userEmail = "pavel.atanasov2001@gmail.com";
};
reo101.shell = {
enable = true;
direnv = true;
zoxide = true;
reo101 = {
shell = {
enable = true;
direnv = true;
zoxide = true;
};
wezterm = {
enable = true;
};
};
systemd.user.services."swww" = {