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.