mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 06:06:29 +00:00
add wezterm
This commit is contained in:
parent
16c3d7ca17
commit
384977d036
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue