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 = {
|
security.pam.u2f = {
|
||||||
enable = true;
|
enable = true;
|
||||||
cue = true;
|
settings.cue = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
|
@ -296,13 +296,14 @@
|
||||||
difftastic
|
difftastic
|
||||||
## terminal, browsers, text editing, note taking
|
## terminal, browsers, text editing, note taking
|
||||||
alacritty
|
alacritty
|
||||||
|
wezterm
|
||||||
# TODO(feliix42): Fix at some point!
|
# TODO(feliix42): Fix at some point!
|
||||||
unstable.vscode.fhs
|
# unstable.vscode.fhs
|
||||||
tree-sitter # for NVIM completions
|
tree-sitter # for NVIM completions
|
||||||
ghostwriter
|
ghostwriter
|
||||||
unstable.obsidian
|
unstable.obsidian
|
||||||
## file managers
|
## file managers
|
||||||
ranger
|
# lol
|
||||||
## file sharing
|
## file sharing
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
## document viewers
|
## document viewers
|
||||||
|
@ -316,13 +317,11 @@
|
||||||
## LaTeX
|
## LaTeX
|
||||||
texlive.combined.scheme-full
|
texlive.combined.scheme-full
|
||||||
## Citation management
|
## Citation management
|
||||||
# TODO: Enable again when CVE is fixed
|
|
||||||
zotero
|
zotero
|
||||||
## the eternal pain continues
|
## the eternal pain continues
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
## video and media applications
|
## video and media applications
|
||||||
zoom-us
|
zoom-us
|
||||||
#unstable.teams
|
|
||||||
spotify
|
spotify
|
||||||
mpv
|
mpv
|
||||||
ffmpeg-full
|
ffmpeg-full
|
||||||
|
|
|
@ -14,7 +14,8 @@ set $down j
|
||||||
set $up k
|
set $up k
|
||||||
set $right l
|
set $right l
|
||||||
# Your preferred terminal emulator
|
# Your preferred terminal emulator
|
||||||
set $term alacritty
|
set $term wezterm
|
||||||
|
# set $term alacritty
|
||||||
# Your preferred application launcher
|
# Your preferred application launcher
|
||||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
# 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.
|
# on the original workspace that the command was run on.
|
||||||
|
|
Loading…
Reference in a new issue