From 509f105398fc67131bd8d07907ba2ee5f7ed2ee4 Mon Sep 17 00:00:00 2001 From: Emmet Date: Sat, 28 Oct 2023 12:23:05 -0500 Subject: [PATCH] Getting rid of some electron pkgs --- profiles/work/home.nix | 4 ++-- user/app/browser/qutebrowser.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/profiles/work/home.nix b/profiles/work/home.nix index fc07b21b..c6229e82 100644 --- a/profiles/work/home.nix +++ b/profiles/work/home.nix @@ -90,9 +90,9 @@ vlc mpv yt-dlp - freetube + #freetube blender - blockbench-electron + #blockbench-electron cura obs-studio #install kdenlive via flatpak due to missing plugins diff --git a/user/app/browser/qutebrowser.nix b/user/app/browser/qutebrowser.nix index 0929f732..49c0029a 100644 --- a/user/app/browser/qutebrowser.nix +++ b/user/app/browser/qutebrowser.nix @@ -80,7 +80,7 @@ config.set('completion.open_categories',["searchengines","quickmarks","bookmarks config.bind('t', 'open -t') config.bind('x', 'tab-close') config.bind('yf', 'hint links yank') -config.bind(',m', 'hint links spawn freetube {hint-url}') +config.bind(',m', 'hint links spawn mpv {hint-url}') config.bind(',co', 'spawn container-open') config.bind(',cf', 'hint links userscript container-open') #config.bind(',s', 'set content.user_stylesheets \'\' ')