add wezterm

This commit is contained in:
Felix Suchert 2024-08-12 18:23:56 +02:00
parent 16c3d7ca17
commit 384977d036
Signed by: feliix42
GPG key ID: 24363525EA0E8A99
2 changed files with 6 additions and 6 deletions

View file

@ -162,7 +162,7 @@
security.pam.u2f = {
enable = true;
cue = true;
settings.cue = true;
};
programs.gnupg.agent = {
@ -296,13 +296,14 @@
difftastic
## terminal, browsers, text editing, note taking
alacritty
wezterm
# TODO(feliix42): Fix at some point!
unstable.vscode.fhs
# unstable.vscode.fhs
tree-sitter # for NVIM completions
ghostwriter
unstable.obsidian
## file managers
ranger
# lol
## file sharing
nextcloud-client
## document viewers
@ -316,13 +317,11 @@
## LaTeX
texlive.combined.scheme-full
## Citation management
# TODO: Enable again when CVE is fixed
zotero
## the eternal pain continues
libreoffice-fresh
## video and media applications
zoom-us
#unstable.teams
spotify
mpv
ffmpeg-full

View file

@ -14,7 +14,8 @@ set $down j
set $up k
set $right l
# Your preferred terminal emulator
set $term alacritty
set $term wezterm
# set $term alacritty
# Your preferred application launcher
# Note: pass the final command to swaymsg so that the resulting window can be opened
# on the original workspace that the command was run on.