fix: pywalfox now works

This commit is contained in:
kenji
2025-12-27 16:50:54 -06:00
parent 938c244704
commit 999710d44c
2 changed files with 4 additions and 6 deletions
+4 -5
View File
@@ -8,14 +8,12 @@
inputs.textfox.homeManagerModules.default
./textfox.nix
];
home.packages = with pkgs; [
pywalfox-native
];
home.packages = with pkgs; [pywalfox-native];
programs.firefox = {
enable = true;
languagePacks = ["en-US"];
nativeMessagingHosts = [pkgs.pywalfox-native];
# nativeMessagingHosts = [pkgs.pywalfox-native];
profiles = {
hakase = {
@@ -25,7 +23,8 @@
extensions.packages = with pkgs.nur.repos.rycee.firefox-addons; [
ublock-origin
bitwarden
pywalfox
tridactyl
# pywalfox
];
bookmarks = {
-1
View File
@@ -1,7 +1,6 @@
{
imports = [
../../apps/waybar/home.nix
../../apps/waybar/deps.nix
../../apps/waybar/hakase-popup.nix
];
}