fix: pywalfox now works
This commit is contained in:
@@ -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,7 +1,6 @@
|
||||
{
|
||||
imports = [
|
||||
../../apps/waybar/home.nix
|
||||
../../apps/waybar/deps.nix
|
||||
../../apps/waybar/hakase-popup.nix
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user