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 inputs.textfox.homeManagerModules.default
./textfox.nix ./textfox.nix
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [pywalfox-native];
pywalfox-native
];
programs.firefox = { programs.firefox = {
enable = true; enable = true;
languagePacks = ["en-US"]; languagePacks = ["en-US"];
nativeMessagingHosts = [pkgs.pywalfox-native]; # nativeMessagingHosts = [pkgs.pywalfox-native];
profiles = { profiles = {
hakase = { hakase = {
@@ -25,7 +23,8 @@
extensions.packages = with pkgs.nur.repos.rycee.firefox-addons; [ extensions.packages = with pkgs.nur.repos.rycee.firefox-addons; [
ublock-origin ublock-origin
bitwarden bitwarden
pywalfox tridactyl
# pywalfox
]; ];
bookmarks = { bookmarks = {
-1
View File
@@ -1,7 +1,6 @@
{ {
imports = [ imports = [
../../apps/waybar/home.nix ../../apps/waybar/home.nix
../../apps/waybar/deps.nix
../../apps/waybar/hakase-popup.nix ../../apps/waybar/hakase-popup.nix
]; ];
} }