From 384977d036b2efc28ce9d3d5dbb8158d4cd2fc84 Mon Sep 17 00:00:00 2001 From: Felix Suchert Date: Mon, 12 Aug 2024 18:23:56 +0200 Subject: [PATCH] add wezterm --- entropy/nixos/configuration.nix | 9 ++++----- entropy/sway/config | 3 ++- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/entropy/nixos/configuration.nix b/entropy/nixos/configuration.nix index b5aed72..677ac15 100644 --- a/entropy/nixos/configuration.nix +++ b/entropy/nixos/configuration.nix @@ -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 diff --git a/entropy/sway/config b/entropy/sway/config index ac86adc..1f47f94 100644 --- a/entropy/sway/config +++ b/entropy/sway/config @@ -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.